|
VICI
0.11.815
Visual Chart Interpreter
|
Responsible for installing a factory for the test case. More...
#include <vici/testmgr.h>
Public Member Functions | |
| TestCaseT (csr nm) | |
| Constructor. More... | |
Public Member Functions inherited from VICI::cdi::AbstractTestCase | |
| AbstractTestCase (csr nm) | |
| Constructor. More... | |
| virtual | ~AbstractTestCase () |
| Destructor. More... | |
| virtual bool | operator() (ScenarioResults *) |
| Execute the tests. More... | |
Static Public Member Functions | |
| static void | install (csr nm, csr scn) |
| Install a factory for the test case. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from VICI::cdi::AbstractTestCase | |
| static const bool | EXPECTED = true |
| Value for expected parameter of test() | |
Protected Member Functions inherited from VICI::cdi::AbstractTestCase | |
| bool | test (bool cond, csr testMsg, bool expected=false) |
| Perform or record a test. More... | |
| virtual bool | runTest ()=0 |
| Run the tests for the test case. More... | |
Protected Attributes inherited from VICI::cdi::AbstractTestCase | |
| std::string | name |
| The name of the test case. | |
| ScenarioResults * | scenario |
| Results for the scenario are placed in here. | |
Responsible for installing a factory for the test case.
|
inline |
Constructor.
| nm | The name of the test case. |
|
inlinestatic |
Install a factory for the test case.
| nm | The name of the test case |
| scn | The name of enclosing scenario. |
1.8.5