MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SyncActionTest

Method SyncActionTest

tests/src/action_test_node.cpp:77–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75//----------------------------------------------
76
77BT::SyncActionTest::SyncActionTest(const std::string& name)
78 : SyncActionNode(name, {}), expected_result_(NodeStatus::SUCCESS), tick_count_(0)
79{}
80
81BT::NodeStatus BT::SyncActionTest::tick()
82{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected