VICI
0.11.815
Visual Chart Interpreter
|
Responsible for installing a factory to create scenarios of the required type. More...
#include <vici/testmgr.h>
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. | |
Responsible for installing a factory to create scenarios of the required type.
|
inlineexplicit |
Constructor.
name | The name of the scenario. |
|
inlinestatic |
Install a scenario factor into the Tester.
nm | The name of the scenario |