Base class for test factory implementations. More...
#include <hayai_test_factory.hpp>
Public Member Functions | |
virtual Test * | CreateTest ()=0 |
Creates a test instance to run. | |
virtual | ~TestFactory () |
Virtual destructor. |
Base class for test factory implementations.
Definition at line 8 of file hayai_test_factory.hpp.
virtual hayai::TestFactory::~TestFactory | ( | ) | [inline, virtual] |
Virtual destructor.
Has no function in the base class.
Definition at line 14 of file hayai_test_factory.hpp.
virtual Test* hayai::TestFactory::CreateTest | ( | ) | [pure virtual] |
Creates a test instance to run.
Implemented in hayai::TestFactoryDefault< T >.