1 #ifndef CPPUNIT_TESTLEAF_H 2 #define CPPUNIT_TESTLEAF_H 44 #endif // CPPUNIT_TESTLEAF_H Base class for all test objects.All test objects should be a subclass of Test. Some test objects...
Definition: Test.h:25
A single test object.
Definition: TestLeaf.h:15
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
virtual int getChildTestCount() const =0
Returns the number of direct child of the test.
#define CPPUNIT_API
Definition: CppUnitApi.h:27