1 #ifndef CPPUNIT_EXTENSIONS_TESTDECORATOR_H 2 #define CPPUNIT_EXTENSIONS_TESTDECORATOR_H virtual std::string getName() const =0
Returns the test name.
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
Base class for all test objects.All test objects should be a subclass of Test. Some test objects...
Definition: Test.h:25
virtual Test * doGetChildTestAt(int index) const =0
Returns the child test of the specified valid index.
virtual int countTestCases() const =0
Return the number of test cases invoked by run().
#define CPPUNIT_NS_END
Definition: Portability.h:120
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:119
Test * m_test
Definition: TestDecorator.h:38
virtual void run(TestResult *result)=0
Run the test, collecting results.
virtual int getChildTestCount() const =0
Returns the number of direct child of the test.
Decorator for Tests.
Definition: TestDecorator.h:21
#define CPPUNIT_API
Definition: CppUnitApi.h:27