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

Method DeadlineTest

tests/gtest_decorator.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 BT::AsyncActionTest action;
34
35 DeadlineTest() : root("deadline", DEADLINE_MS), action("action", ACTION_LONG_MS)
36 {
37 root.setChild(&action);
38 }
39 ~DeadlineTest() override = default;
40 DeadlineTest(const DeadlineTest&) = delete;
41 DeadlineTest& operator=(const DeadlineTest&) = delete;

Callers

nothing calls this directly

Calls 1

setChildMethod · 0.80

Tested by

no test coverage detected