TestSetUp Class Reference
Decorates a test by providing a specific
setUp() and
tearDown().
More...
#include <TestSetUp.h>
Inheritance diagram for TestSetUp:
List of all members.
Public Member Functions
Run the test, collecting results.
Protected Member Functions
Private Member Functions
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: