CppUnit project page | FAQ | CppUnit home page |
#include <TestFactory.h>
Inheritance diagram for TestFactory:
Public Member Functions | |
virtual | ~TestFactory () |
virtual Test * | makeTest ()=0 |
virtual TestFactory::~TestFactory | ( | ) | [inline, virtual] |
virtual Test* TestFactory::makeTest | ( | ) | [pure virtual] |
Makes a new test.
Implemented in TestFactoryRegistry, and TestSuiteFactory< TestCaseType >.
|
hosts this site. |
Send comments to: CppUnit Developers |