1#ifndef CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
2#define CPPUNIT_EXTENSIONS_TESTCASEDECORATOR_H
#define CPPUNIT_API
Definition CppUnitApi.h:27
#define CPPUNIT_NS_END
Definition Portability.h:106
#define CPPUNIT_NS_BEGIN
Definition Portability.h:105
Decorator for Test cases.
Definition TestCaseDecorator.h:19
TestCaseDecorator(const TestCaseDecorator &)
TestCaseDecorator & operator=(const TestCaseDecorator &)
TestCase * m_test
Definition TestCaseDecorator.h:33
A single test object.
Definition TestCase.h:29
std::string getName() const
Returns the name of the test case.
Definition TestCase.cpp:131
virtual void runTest()
FIXME: this should probably be pure virtual.
Definition TestCase.cpp:105
virtual void setUp()
Set up context before running a test.
Definition TestFixture.h:89
virtual void tearDown()
Clean up after the test run.
Definition TestFixture.h:92