$search
#include <dispatch_test.hpp>
Public Member Functions | |
bool | assertBool (bool) |
bool | assertMsg (bool, const std::string &msg) |
bool | bool_gen (bool b) const |
Service * | createObject (std::string a, CommandProcessor *cp) |
DispatchTest () | |
void | doDispatch (const std::string &prog, TaskContext *) |
bool | false_gen () const |
bool | false_genCom () |
void | finishDispatch (TaskContext *, std::string) |
void | setUp () |
void | tearDown () |
void | testDispatchAnd () |
void | testDispatchCondition () |
void | testDispatchFailure () |
void | testDispatchMany () |
void | testDispatchTry () |
void | testDispatchUntil () |
void | testDispatchUntilFail () |
void | testParseDispatch () |
bool | true_gen () const |
bool | true_genCom () |
~DispatchTest () | |
Public Attributes | |
TaskContext | gtc |
TaskContext | ltc |
TaskContext | mtc |
Parser | parser |
Definition at line 32 of file dispatch_test.hpp.
DispatchTest::DispatchTest | ( | ) |
Definition at line 33 of file dispatch_test.cpp.
DispatchTest::~DispatchTest | ( | ) | [inline] |
Definition at line 55 of file dispatch_test.hpp.
bool DispatchTest::assertBool | ( | bool | b | ) |
Definition at line 70 of file dispatch_test.cpp.
bool DispatchTest::assertMsg | ( | bool | b, | |
const std::string & | msg | |||
) |
Definition at line 73 of file dispatch_test.cpp.
bool DispatchTest::bool_gen | ( | bool | b | ) | const [inline] |
Definition at line 47 of file dispatch_test.hpp.
Service* DispatchTest::createObject | ( | std::string | a, | |
CommandProcessor * | cp | |||
) |
void DispatchTest::doDispatch | ( | const std::string & | prog, | |
TaskContext * | tc | |||
) |
Definition at line 264 of file dispatch_test.cpp.
bool DispatchTest::false_gen | ( | ) | const [inline] |
Definition at line 45 of file dispatch_test.hpp.
bool DispatchTest::false_genCom | ( | ) | [inline] |
Definition at line 43 of file dispatch_test.hpp.
void DispatchTest::finishDispatch | ( | TaskContext * | tc, | |
std::string | prog_name | |||
) |
Definition at line 288 of file dispatch_test.cpp.
void DispatchTest::setUp | ( | ) |
Definition at line 43 of file dispatch_test.cpp.
void DispatchTest::tearDown | ( | ) |
Definition at line 63 of file dispatch_test.cpp.
void DispatchTest::testDispatchAnd | ( | ) |
void DispatchTest::testDispatchCondition | ( | ) |
void DispatchTest::testDispatchFailure | ( | ) |
void DispatchTest::testDispatchMany | ( | ) |
void DispatchTest::testDispatchTry | ( | ) |
void DispatchTest::testDispatchUntil | ( | ) |
void DispatchTest::testDispatchUntilFail | ( | ) |
void DispatchTest::testParseDispatch | ( | ) |
bool DispatchTest::true_gen | ( | ) | const [inline] |
Definition at line 44 of file dispatch_test.hpp.
bool DispatchTest::true_genCom | ( | ) | [inline] |
Definition at line 42 of file dispatch_test.hpp.
Definition at line 36 of file dispatch_test.hpp.
Definition at line 38 of file dispatch_test.hpp.
Definition at line 37 of file dispatch_test.hpp.
Definition at line 35 of file dispatch_test.hpp.