Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ SetUp
Method
SetUp
tests/gtest_if_then_else.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
33
TEST_F(IfThenElseTest, ConditionTrue_ThenBranch)
Callers
nothing calls this directly
Calls
1
RegisterTestTick
Function · 0.85
Tested by
no test coverage detected