CppUnit project page | FAQ | CppUnit home page |
Decorates a test by providing a specific setUp() and tearDown(). More...
#include <TestSetUp.h>
Public Member Functions | |
TestSetUp (Test *test) | |
void | run (TestResult *result) |
Run the test, collecting results. | |
Protected Member Functions | |
virtual void | setUp () |
virtual void | tearDown () |
Private Member Functions | |
TestSetUp (const TestSetUp &) | |
void | operator= (const TestSetUp &) |
Decorates a test by providing a specific setUp() and tearDown().
CPPUNIT_NS_BEGIN TestSetUp::TestSetUp | ( | Test * | test | ) |
TestSetUp::TestSetUp | ( | const TestSetUp & | ) | [private] |
void TestSetUp::operator= | ( | const TestSetUp & | ) | [private] |
void TestSetUp::run | ( | TestResult * | result | ) | [virtual] |
Run the test, collecting results.
Reimplemented from TestDecorator.
void TestSetUp::setUp | ( | ) | [protected, virtual] |
void TestSetUp::tearDown | ( | ) | [protected, virtual] |
|
hosts this site. |
Send comments to: CppUnit Developers |