CppUnit project page FAQ CppUnit home page

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TestLeaf.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_TESTLEAF_H 00002 #define CPPUNIT_TESTLEAF_H 00003 00004 #include <cppunit/Test.h> 00005 00006 00007 CPPUNIT_NS_BEGIN 00008 00009 00015 class CPPUNIT_API TestLeaf: public Test 00016 { 00017 public: 00026 int countTestCases() const; 00027 00034 int getChildTestCount() const; 00035 00039 Test *doGetChildTestAt( int index ) const; 00040 }; 00041 00042 CPPUNIT_NS_END 00043 00044 #endif // CPPUNIT_TESTLEAF_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers