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

Method RepeatTest

tests/gtest_decorator.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 BT::SyncActionTest action;
50
51 RepeatTest() : root("repeat", 3), action("action")
52 {
53 root.setChild(&action);
54 }
55 ~RepeatTest() override = default;
56 RepeatTest(const RepeatTest&) = delete;
57 RepeatTest& operator=(const RepeatTest&) = delete;

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected