Searched refs:XMLTest (Results 1 – 1 of 1) sorted by relevance
/external/tinyxml2/ |
D | xmltest.cpp | 30 bool XMLTest (const char* testString, const char* expected, const char* found, bool echo=true, bool… in XMLTest() function 65 bool XMLTest(const char* testString, XMLError expected, XMLError found, bool echo = true, bool extr… in XMLTest() function 67 …return XMLTest(testString, XMLDocument::ErrorIDToName(expected), XMLDocument::ErrorIDToName(found)… in XMLTest() 70 bool XMLTest(const char* testString, bool expected, bool found, bool echo = true, bool extraNL = fa… in XMLTest() function 72 … return XMLTest(testString, expected ? "true" : "false", found ? "true" : "false", echo, extraNL); in XMLTest() 75 template< class T > bool XMLTest( const char* testString, T expected, T found, bool echo=true ) in XMLTest() function 308 XMLTest( "No leaks on start?", FALSE, leaksOnStart ); in main() 348 XMLTest( "Example_1", 0, example_1() ); in main() 349 XMLTest( "Example_2", 0, example_2() ); in main() 350 XMLTest( "Example_3", 0, example_3() ); in main() [all …]
|