CppUnit project page | FAQ | CppUnit home page |
#include <TestSetUp.h>
Inheritance diagram for TestSetUp:
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 &) |
CPPUNIT_NS_BEGIN TestSetUp::TestSetUp | ( | Test * | test | ) |
TestSetUp::TestSetUp | ( | const TestSetUp & | ) | [private] |
void TestSetUp::run | ( | TestResult * | result | ) | [virtual] |
void TestSetUp::setUp | ( | ) | [protected, virtual] |
void TestSetUp::tearDown | ( | ) | [protected, virtual] |
void TestSetUp::operator= | ( | const TestSetUp & | ) | [private] |
|
hosts this site. |
Send comments to: CppUnit Developers |