MCPcopy 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
8TestModule::~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
17void TestModule::onFrame()
18{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.80
endMethod · 0.80
clearMethod · 0.45

Tested by

no test coverage detected