| 75 | //---------------------------------------------- |
| 76 | |
| 77 | BT::SyncActionTest::SyncActionTest(const std::string& name) |
| 78 | : SyncActionNode(name, {}), expected_result_(NodeStatus::SUCCESS), tick_count_(0) |
| 79 | {} |
| 80 | |
| 81 | BT::NodeStatus BT::SyncActionTest::tick() |
| 82 | { |
nothing calls this directly
no outgoing calls
no test coverage detected