virtual void addFailure(Test *test, Exception *e)
Adds a failure to the list of failures. The passed in exception caused the failure.
Definition: TestResult.cpp:50
Manages TestListener.A single instance of this class is used when running the test. It is usually created by the test runner (TestRunner).
Definition: TestResult.h:51
Holds printable test result (DEPRECATED).deprecated Use class TextTestProgressListener and TextOutput...
Definition: TextTestResult.h:20
CPPUNIT_API OStream & operator<<(OStream &stream, TextTestResult &result)
insertion operator for easy output
Definition: TextTestResult.cpp:43
virtual void startTest(Test *test)
Informs TestListener that a test will be started.
Definition: TestResult.cpp:69