Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BehaviorTree/BehaviorTree.CPP
/ TearDown
Method
TearDown
tests/gtest_loggers.cpp:40–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
38
}
39
40
void TearDown() override
41
{
42
// Clean up test files
43
std::filesystem::remove_all(test_dir);
44
}
45
46
BT::Tree createSimpleTree()
47
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected