Go to the documentation of this file. 1 #ifndef CPPUNIT_EXTENSIONS_TESTDECORATOR_H
2 #define CPPUNIT_EXTENSIONS_TESTDECORATOR_H
Test * m_test
Definition: TestDecorator.h:38
#define CPPUNIT_API
Definition: CppUnitApi.h:27
virtual int countTestCases() const =0
Return the number of test cases invoked by run().
virtual std::string getName() const =0
Returns the test name.
virtual Test * doGetChildTestAt(int index) const =0
Returns the child test of the specified valid index.
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:105
#define CPPUNIT_NS_END
Definition: Portability.h:106
Decorator for Tests.
Definition: TestDecorator.h:21
Base class for all test objects.
Definition: Test.h:25
virtual void run(TestResult *result)=0
Run the test, collecting results.
Manages TestListener.
Definition: TestResult.h:47
virtual int getChildTestCount() const =0
Returns the number of direct child of the test.