VICI
0.11.815
Visual Chart Interpreter
|
Define a type for scenarios. More...
#include <vici/testmgr.h>
Public Member Functions | |
AbstractScenario (csr name) | |
Constructor. More... | |
virtual | ~AbstractScenario () |
Destructor. | |
virtual bool | willRunTests () |
virtual void | runTests (csr scenarioName, ScenarioResults *) |
Runs the tests within the scenario. | |
Protected Attributes | |
std::string | scenarioName |
The name of the scenario, as used when installed. | |
Define a type for scenarios.
A scenario is responsible for setting up and taking down the resources required for a particular testing scenario.
|
inlineexplicit |
Constructor.
name | The name of the scenario. |
|
inlinevirtual |
Returns true if the scenario is going to manage the order in which the tests are run.
Reimplemented in VICI::gth::GTHTest.