1#ifndef CPPUNIT_EXTENSIONS_TESTSETUP_H
2#define CPPUNIT_EXTENSIONS_TESTSETUP_H
23 virtual void tearDown();
#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 Tests.
Definition TestDecorator.h:22
void operator=(const TestDecorator &)
void run(TestResult *result)
Run the test, collecting results.
Definition TestDecorator.cpp:26
Base class for all test objects.
Definition Test.h:26
Manages TestListener.
Definition TestResult.h:48
Decorates a test by providing a specific setUp() and tearDown().
Definition TestSetUp.h:15
TestSetUp(const TestSetUp &)