Public Member Functions | |
void | startTest (CppUnit::Test *test) |
Logs trace information when starting a unit test. | |
void | addFailure (const CppUnit::TestFailure &failure) |
Logs error information while running a test. | |
void | endTest (CppUnit::Test *test) |
Logs trace information when ending a unit test. |
Definition at line 45 of file cppunit_listener.h.
void l4snd::CppUnitListener::startTest | ( | CppUnit::Test * | test | ) |
Logs trace information when starting a unit test.
test | pointer to test structure |
Definition at line 53 of file cppunit_listener.cpp.
void l4snd::CppUnitListener::addFailure | ( | const CppUnit::TestFailure & | failure | ) |
Logs error information while running a test.
failure | failure information |
Definition at line 66 of file cppunit_listener.cpp.
void l4snd::CppUnitListener::endTest | ( | CppUnit::Test * | test | ) |
Logs trace information when ending a unit test.
test | pointer to test structure |
Definition at line 89 of file cppunit_listener.cpp.