Go to the source code of this file.
Functions | |
int | main () |
void | NullLineEndings (char *p) |
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) |
Variables | |
static int | gFail = 0 |
static int | gPass = 0 |
int main | ( | ) |
firstLineBOM &&
Definition at line 90 of file xmltest.cpp.
void NullLineEndings | ( | char * | p | ) |
Definition at line 72 of file xmltest.cpp.
bool XmlTest | ( | const char * | testString, |
const char * | expected, | ||
const char * | found, | ||
bool | noEcho = false |
||
) |
Definition at line 30 of file xmltest.cpp.
bool XmlTest | ( | const char * | testString, |
int | expected, | ||
int | found, | ||
bool | noEcho = false |
||
) |
Definition at line 51 of file xmltest.cpp.
int gFail = 0 [static] |
Definition at line 26 of file xmltest.cpp.
int gPass = 0 [static] |
Definition at line 25 of file xmltest.cpp.