Go to the documentation of this file. 1 #ifndef CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
2 #define CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
43 #endif // CPPUNIT_BRIEFTESTPROGRESSLISTENER_H
#define CPPUNIT_API
Definition: CppUnitApi.h:27
Record of a failed Test execution.
Definition: TestFailure.h:25
virtual void addFailure(const TestFailure &)
Called when a failure occurs while running a test.
Definition: TestListener.h:107
TestListener that prints the name of each test before running it.
Definition: BriefTestProgressListener.h:14
virtual void endTest(Test *)
Called just after a TestCase was run (even if a failure occured).
Definition: TestListener.h:110
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
#define CPPUNIT_NS_END
Definition: Portability.h:106
BriefTestProgressListener(const BriefTestProgressListener ©)
Prevents the use of the copy constructor.
Base class for all test objects.
Definition: Test.h:26
virtual void startTest(Test *)
Called when just before a TestCase is run.
Definition: TestListener.h:100
bool m_lastTestFailed
Definition: BriefTestProgressListener.h:37
Listener for test progress and result.
Definition: TestListener.h:95