CppUnit project page FAQ

TestLeaf.h
Go to the documentation of this file.
1 #ifndef CPPUNIT_TESTLEAF_H
2 #define CPPUNIT_TESTLEAF_H
3 
4 #include <cppunit/Test.h>
5 
6 
8 
9 
15 class CPPUNIT_API TestLeaf: public Test
16 {
17 public:
26  int countTestCases() const;
27 
34  int getChildTestCount() const;
35 
39  Test *doGetChildTestAt( int index ) const;
40 };
41 
43 
44 #endif // CPPUNIT_TESTLEAF_H

Send comments to:
CppUnit Developers