Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ ~TestModule
Method
~TestModule
bwapi/TestAIModule/Source/TestModule.cpp:8–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
}
7
8
TestModule::~TestModule()
9
{
10
for(std::list<TestCase*>::iterator i=testCases.begin();i!=testCases.end();++i)
11
{
12
delete *i;
13
}
14
testCases.clear();
15
}
16
17
void TestModule::onFrame()
18
{
Callers
nothing calls this directly
Calls
3
begin
Method · 0.80
end
Method · 0.80
clear
Method · 0.45
Tested by
no test coverage detected