1#ifndef CPPUNIT_TESTCASE_H
2#define CPPUNIT_TESTCASE_H
43 virtual void runTest();
#define CPPUNIT_API
Definition CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition Portability.h:105
A single test object.
Definition TestCase.h:29
TestCase & operator=(const TestCase &other)
TestCase(const TestCase &other)
const std::string m_name
Definition TestCase.h:50
Wraps a test case with setUp and tearDown methods.
Definition TestFixture.h:84
virtual std::string getName() const =0
Returns the test name.
virtual void run(TestResult *result)=0
Run the test, collecting results.
A single test object.
Definition TestLeaf.h:16
Manages TestListener.
Definition TestResult.h:48