CppUnit project page FAQ CppUnit home page

Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TestSetUp Class Reference

Decorates a test by providing a specific setUp() and tearDown(). More...

#include <TestSetUp.h>

Inheritance diagram for TestSetUp:

TestDecorator Test List of all members.

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 &)

Detailed Description

Decorates a test by providing a specific setUp() and tearDown().


Constructor & Destructor Documentation

CPPUNIT_NS_BEGIN TestSetUp::TestSetUp Test test  ) 
 

TestSetUp::TestSetUp const TestSetUp  )  [private]
 


Member Function Documentation

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]
 


The documentation for this class was generated from the following files:
SourceForge Logo hosts this site. Send comments to:
CppUnit Developers