Public Member Functions
hayai::TestFactoryDefault< T > Class Template Reference

Default test factory implementation. More...

#include <hayai_default_test_factory.hpp>

Inheritance diagram for hayai::TestFactoryDefault< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual TestCreateTest ()
 Create a test instance with no constructor parameters.

Detailed Description

template<class T>
class hayai::TestFactoryDefault< T >

Default test factory implementation.

Simply constructs an instance of a the test of class T with no constructor parameters.

Template Parameters:
TTest class.

Definition at line 14 of file hayai_default_test_factory.hpp.


Member Function Documentation

template<class T >
virtual Test* hayai::TestFactoryDefault< T >::CreateTest ( ) [inline, virtual]

Create a test instance with no constructor parameters.

Returns:
a pointer to an initialized test.

Implements hayai::TestFactory.

Definition at line 21 of file hayai_default_test_factory.hpp.


The documentation for this class was generated from the following file:


hayai
Author(s): Nick Bruun
autogenerated on Thu Jun 6 2019 18:13:44