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

Method RepeatTestAsync

tests/gtest_decorator.cpp:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 BT::AsyncActionTest action;
66
67 RepeatTestAsync() : root("repeat", 3), action("action", milliseconds(20))
68 {
69 root.setChild(&action);
70 }
71 ~RepeatTestAsync() override = default;
72 RepeatTestAsync(const RepeatTestAsync&) = delete;
73 RepeatTestAsync& operator=(const RepeatTestAsync&) = delete;

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected