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

Method RetryTest

tests/gtest_decorator.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 BT::SyncActionTest action;
82
83 RetryTest() : root("retry", 3), action("action")
84 {
85 root.setChild(&action);
86 }
87 ~RetryTest() override = default;
88 RetryTest(const RetryTest&) = delete;
89 RetryTest& operator=(const RetryTest&) = delete;

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected