VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions | List of all members
VICI::cdi::ScenarioT< T > Class Template Reference

Responsible for installing a factory to create scenarios of the required type. More...

#include <vici/testmgr.h>

Inheritance diagram for VICI::cdi::ScenarioT< T >:
VICI::cdi::AbstractScenario

Public Member Functions

 ScenarioT (csr name)
 Constructor. More...
 
- Public Member Functions inherited from VICI::cdi::AbstractScenario
 AbstractScenario (csr name)
 Constructor. More...
 
virtual ~AbstractScenario ()
 Destructor.
 
virtual bool willRunTests ()
 
virtual void runTests (csr scenarioName, ScenarioResults *)
 Runs the tests within the scenario.
 

Static Public Member Functions

static void install (csr nm)
 Install a scenario factor into the Tester. More...
 

Additional Inherited Members

- Protected Attributes inherited from VICI::cdi::AbstractScenario
std::string scenarioName
 The name of the scenario, as used when installed.
 

Detailed Description

template<class T>
class VICI::cdi::ScenarioT< T >

Responsible for installing a factory to create scenarios of the required type.

Constructor & Destructor Documentation

template<class T>
VICI::cdi::ScenarioT< T >::ScenarioT ( csr  name)
inlineexplicit

Constructor.

Parameters
nameThe name of the scenario.

Member Function Documentation

template<class T>
static void VICI::cdi::ScenarioT< T >::install ( csr  nm)
inlinestatic

Install a scenario factor into the Tester.

Parameters
nmThe name of the scenario

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