|
VICI
0.11.815
Visual Chart Interpreter
|
Define a base type for test case factories. More...
#include <vici/testmgr.h>
Public Member Functions | |
| virtual | ~TestCaseFactory () |
| Destructor. | |
| virtual AbstractTestCase * | make (csr nm)=0 |
| Create an instance of the test case object. More... | |
Define a base type for test case factories.
|
pure virtual |
Create an instance of the test case object.
| nm | The name of the test case |
Implemented in VICI::cdi::TestCaseFT< T >.
1.8.5