Default test factory implementation. More...
#include <hayai_default_test_factory.hpp>
Public Member Functions | |
virtual Test * | CreateTest () |
Create a test instance with no constructor parameters. |
Default test factory implementation.
Simply constructs an instance of a the test of class T with no constructor parameters.
T | Test class. |
Definition at line 14 of file hayai_default_test_factory.hpp.
virtual Test* hayai::TestFactoryDefault< T >::CreateTest | ( | ) | [inline, virtual] |
Create a test instance with no constructor parameters.
Implements hayai::TestFactory.
Definition at line 21 of file hayai_default_test_factory.hpp.