Public Member Functions | |
| Sync4jListener () | |
| void | addAllowedFailures (string allowedFailures) |
| void | startTest (CppUnit::Test *test) |
| void | addFailure (const CppUnit::TestFailure &failure) |
| void | endTest (CppUnit::Test *test) |
| bool | hasFailed () |
| const string & | getCurrentTest () const |
Definition at line 49 of file TestMain.cpp.
| Sync4jListener::Sync4jListener | ( | ) | [inline] |
Definition at line 51 of file TestMain.cpp.
| void Sync4jListener::addAllowedFailures | ( | string | allowedFailures | ) | [inline] |
| void Sync4jListener::addFailure | ( | const CppUnit::TestFailure & | failure | ) | [inline] |
Definition at line 94 of file TestMain.cpp.
| void Sync4jListener::endTest | ( | CppUnit::Test * | test | ) | [inline] |
Definition at line 98 of file TestMain.cpp.
| const string& Sync4jListener::getCurrentTest | ( | ) | const [inline] |
| bool Sync4jListener::hasFailed | ( | ) | [inline] |
| void Sync4jListener::startTest | ( | CppUnit::Test * | test | ) | [inline] |
1.5.7.1