CppUnit project page FAQ CppUnit home page

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

CppUnit::TestSetUp Class Reference

#include <TestSetUp.h>

Inheritance diagram for CppUnit::TestSetUp:

CppUnit::TestDecorator CppUnit::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 &)

Constructor & Destructor Documentation

CppUnit::TestSetUp::TestSetUp Test test  ) 
 

CppUnit::TestSetUp::TestSetUp const TestSetUp  )  [private]
 


Member Function Documentation

void CppUnit::TestSetUp::operator= const TestSetUp  )  [private]
 

void CppUnit::TestSetUp::run TestResult result  )  [virtual]
 

Run the test, collecting results.

Reimplemented from CppUnit::TestDecorator.

void CppUnit::TestSetUp::setUp  )  [protected, virtual]
 

void CppUnit::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