|
Scheduler
|
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 () |
| 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.
1.8.11