CppUnit project page | FAQ | CppUnit home page |
Abstract TestFixture factory (Implementation). More...
#include <TestFixtureFactory.h>
Public Member Functions | |
virtual TestFixture * | makeFixture ()=0 |
Creates a new TestFixture instance. | |
virtual | ~TestFixtureFactory () |
Abstract TestFixture factory (Implementation).
Implementation detail. Use by HelperMacros to handle TestFixture hierarchy.
virtual TestFixtureFactory::~TestFixtureFactory | ( | ) | [inline, virtual] |
virtual TestFixture* TestFixtureFactory::makeFixture | ( | ) | [pure virtual] |
Creates a new TestFixture instance.
|
hosts this site. |
Send comments to: CppUnit Developers |