VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | List of all members
VICI::cdi::TestFactory Class Referenceabstract

Responsible for creating an object that manages the resources for the entire test. More...

#include <vici/testmgr.h>

Inheritance diagram for VICI::cdi::TestFactory:
VICI::cdi::TestFT< T >

Public Member Functions

virtual ~TestFactory ()
 Destructor.
 
virtual AbstractTestmake ()=0
 Create an instance of the test object. More...
 

Detailed Description

Responsible for creating an object that manages the resources for the entire test.

Member Function Documentation

virtual AbstractTest* VICI::cdi::TestFactory::make ( )
pure virtual

Create an instance of the test object.

Returns
Pointer to the test object.

Implemented in VICI::cdi::TestFT< T >.


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