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

Method TestNode

tests/navigation_test.cpp:53–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51{
52public:
53 TestNode(const std::string& name) : _name(name)
54 {}
55
56 void setExpectedResult(bool will_succeed)
57 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected