$search
Public Member Functions | |
bool | breakLoop () |
void | finalize () |
bool | initialize () |
void | loop () |
void | reset (bool fail) |
void | step () |
TestRunner (bool fail) | |
Public Attributes | |
bool | broke |
bool | fini |
bool | init |
bool | looped |
bool | result |
bool | stepped |
bool | wasactive |
bool | wasrunning |
Definition at line 81 of file taskthread_test.cpp.
TestRunner::TestRunner | ( | bool | fail | ) | [inline] |
Definition at line 89 of file taskthread_test.cpp.
bool TestRunner::breakLoop | ( | ) | [inline] |
Definition at line 112 of file taskthread_test.cpp.
void TestRunner::finalize | ( | ) | [inline] |
Definition at line 117 of file taskthread_test.cpp.
bool TestRunner::initialize | ( | ) | [inline] |
Definition at line 94 of file taskthread_test.cpp.
void TestRunner::loop | ( | ) | [inline] |
Definition at line 106 of file taskthread_test.cpp.
void TestRunner::reset | ( | bool | fail | ) | [inline] |
Definition at line 123 of file taskthread_test.cpp.
void TestRunner::step | ( | ) | [inline] |
Definition at line 100 of file taskthread_test.cpp.
bool TestRunner::broke |
Definition at line 86 of file taskthread_test.cpp.
bool TestRunner::fini |
Definition at line 85 of file taskthread_test.cpp.
bool TestRunner::init |
Definition at line 85 of file taskthread_test.cpp.
bool TestRunner::looped |
Definition at line 86 of file taskthread_test.cpp.
bool TestRunner::result |
Definition at line 84 of file taskthread_test.cpp.
bool TestRunner::stepped |
Definition at line 85 of file taskthread_test.cpp.
Definition at line 87 of file taskthread_test.cpp.
Definition at line 87 of file taskthread_test.cpp.