1 #ifndef CPPUNIT_TESTCASE_H 2 #define CPPUNIT_TESTCASE_H 43 virtual void runTest();
55 #endif // CPPUNIT_TESTCASE_H virtual std::string getName() const =0
Returns the test name.
Wraps a test case with setUp and tearDown methods.A TestFixture is used to provide a common environme...
Definition: TestFixture.h:83
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
const std::string m_name
Definition: TestCase.h:50
A single test object.
Definition: TestLeaf.h:15
#define CPPUNIT_NS_END
Definition: Portability.h:120
#define CPPUNIT_NS_BEGIN
Definition: Portability.h:119
virtual void run(TestResult *result)=0
Run the test, collecting results.
A single test object.
Definition: TestCase.h:27
#define CPPUNIT_API
Definition: CppUnitApi.h:27