1#ifndef CPPUNIT_TESTLEAF_H
2#define CPPUNIT_TESTLEAF_H
#define CPPUNIT_API
Definition CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition Portability.h:105
Base class for all test objects.
Definition Test.h:26
A single test object.
Definition TestLeaf.h:16
Test * doGetChildTestAt(int index) const
Definition TestLeaf.cpp:22
int countTestCases() const
Definition TestLeaf.cpp:8
int getChildTestCount() const
Definition TestLeaf.cpp:15