|
static const bool | EXPECTED = true |
| Value for expected parameter of test()
|
|
virtual void | initTest ()=0 |
| Initiate the test case. More...
|
|
virtual void | handleEvent (TestEvent *ev)=0 |
| Handle the events. More...
|
|
virtual void | timedOut ()=0 |
| Handle time out. More...
|
|
bool | test (bool cond, csr testMsg, bool expected=false) |
| Perform or record a test. More...
|
|
bool | done |
| This should be set by the handleEvent function.
|
|
std::chrono::steady_clock::time_point | startTime |
| The time when the test is started.
|
|
std::chrono::steady_clock::duration | timeOut |
| The time to wait. The default is 10 seconds.
|
|
std::string | name |
| The name of the test case.
|
|
ScenarioResults * | scenario |
| Results for the scenario are placed in here.
|
|
template<class T>
class SASSY::cdi::AsyncTestCaseT< T >
Responsible for installing the factory for the test case type.