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::TestCaseFactory Class Referenceabstract

Define a base type for test case factories. More...

#include <vici/testmgr.h>

Inheritance diagram for VICI::cdi::TestCaseFactory:
VICI::cdi::TestCaseFT< T >

Public Member Functions

virtual ~TestCaseFactory ()
 Destructor.
 
virtual AbstractTestCasemake (csr nm)=0
 Create an instance of the test case object. More...
 

Detailed Description

Define a base type for test case factories.

Member Function Documentation

virtual AbstractTestCase* VICI::cdi::TestCaseFactory::make ( csr  nm)
pure virtual

Create an instance of the test case object.

Parameters
nmThe name of the test case
Returns
A pointer to a new instance of the test case.

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


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