Public Member Functions | |
NodeStatus | expectedResult () const |
void | resetTickCount () |
void | setExpectedResult (bool will_succeed) |
TestNode (const std::string &name) | |
int | tickCount () const |
NodeStatus | tickImpl () |
Private Attributes | |
bool | _expected_result |
std::string | _name |
int | _tick_count |
Definition at line 44 of file navigation_test.cpp.
TestNode::TestNode | ( | const std::string & | name | ) | [inline] |
Definition at line 47 of file navigation_test.cpp.
NodeStatus TestNode::expectedResult | ( | ) | const [inline] |
Definition at line 57 of file navigation_test.cpp.
void TestNode::resetTickCount | ( | ) | [inline] |
Definition at line 61 of file navigation_test.cpp.
void TestNode::setExpectedResult | ( | bool | will_succeed | ) | [inline] |
Definition at line 53 of file navigation_test.cpp.
int TestNode::tickCount | ( | ) | const [inline] |
Definition at line 62 of file navigation_test.cpp.
NodeStatus TestNode::tickImpl | ( | ) | [inline] |
Definition at line 64 of file navigation_test.cpp.
bool TestNode::_expected_result [private] |
Definition at line 72 of file navigation_test.cpp.
std::string TestNode::_name [private] |
Definition at line 74 of file navigation_test.cpp.
int TestNode::_tick_count [private] |
Definition at line 73 of file navigation_test.cpp.