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

Method SetUp

tests/gtest_try_catch.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 std::array<int, 4> counters;
26
27 void SetUp() override
28 {
29 RegisterTestTick(factory, "Test", counters);
30 }
31};
32
33TEST_F(TryCatchTest, AllTryChildrenSucceed)

Callers

nothing calls this directly

Calls 1

RegisterTestTickFunction · 0.85

Tested by

no test coverage detected