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  

TestSetUp Class Reference

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

#include <TestSetUp.h>

Inheritance diagram for TestSetUp:

Inheritance graph
[legend]
Collaboration diagram for TestSetUp:

Collaboration graph
[legend]
List of all members.

Public Methods

 TestSetUp (Test *test)
void run (TestResult *result)
 Run the test, collecting results. More...


Protected Methods

virtual void setUp ()
virtual void tearDown ()

Private Methods

 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