CppUnit project page FAQ

TestSuccessListener.h
Go to the documentation of this file.
1#ifndef CPPUNIT_TESTSUCCESSLISTENER_H
2#define CPPUNIT_TESTSUCCESSLISTENER_H
3
6
7
9
10
16{
17public:
21
23 virtual ~TestSuccessListener();
24
25 virtual void reset();
26
27 void addFailure( const TestFailure &failure );
28
30 virtual bool wasSuccessful() const;
31
32private:
34};
35
36
38
39#endif // CPPUNIT_TESTSUCCESSLISTENER_H
#define CPPUNIT_API
Definition: CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition: Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
Abstract synchronization object (mutex)
Definition: SynchronizedObject.h:28
Base class for synchronized object.
Definition: SynchronizedObject.h:23
Record of a failed Test execution.
Definition: TestFailure.h:25
Listener for test progress and result.
Definition: TestListener.h:95
virtual void addFailure(const TestFailure &)
Called when a failure occurs while running a test.
Definition: TestListener.h:107
TestListener that checks if any test case failed.
Definition: TestSuccessListener.h:16
bool m_success
Definition: TestSuccessListener.h:33

Send comments to:
CppUnit Developers