Scheduler
Functions
xmltest.cpp File Reference
#include <stdio.h>
#include "tinyxml.h"

Go to the source code of this file.

Functions

bool XmlTest (const char *testString, const char *expected, const char *found, bool noEcho=false)
 
bool XmlTest (const char *testString, int expected, int found, bool noEcho=false)
 
void NullLineEndings (char *p)
 
int main ()
 

Function Documentation

int main ( )

firstLineBOM &&

Definition at line 99 of file xmltest.cpp.

void NullLineEndings ( char *  p)

Definition at line 81 of file xmltest.cpp.

bool XmlTest ( const char *  testString,
const char *  expected,
const char *  found,
bool  noEcho = false 
)

Copyright 2017 Jacques Florence All rights reserved. See License.txt file

Definition at line 39 of file xmltest.cpp.

bool XmlTest ( const char *  testString,
int  expected,
int  found,
bool  noEcho = false 
)

Definition at line 60 of file xmltest.cpp.