Public Member Functions
hayai::TestFactory Class Reference

Base class for test factory implementations. More...

#include <hayai_test_factory.hpp>

Inheritance diagram for hayai::TestFactory:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual TestCreateTest ()=0
 Creates a test instance to run.
virtual ~TestFactory ()
 Virtual destructor.

Detailed Description

Base class for test factory implementations.

Definition at line 8 of file hayai_test_factory.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

virtual Test* hayai::TestFactory::CreateTest ( ) [pure virtual]

Creates a test instance to run.

Returns:
a pointer to an initialized test.

Implemented in hayai::TestFactoryDefault< T >.


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