VICI
0.11.815
Visual Chart Interpreter
|
Provide a default scenario object. More...
#include <vici/testmgr.h>
Public Member Functions | |
DefaultScenario (csr name) | |
Constructor. | |
DefaultScenario () | |
Constructor. | |
~DefaultScenario () | |
Destructor. | |
Public Member Functions inherited from VICI::cdi::ScenarioT< DefaultScenario > | |
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. | |
Additional Inherited Members | |
Static Public Member Functions inherited from VICI::cdi::ScenarioT< DefaultScenario > | |
static void | install (csr nm) |
Install a scenario factor into the Tester. More... | |
Protected Attributes inherited from VICI::cdi::AbstractScenario | |
std::string | scenarioName |
The name of the scenario, as used when installed. | |
Provide a default scenario object.