Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bwapi/bwapi
/ addTestCase
Method
addTestCase
bwapi/TestAIModule/Source/TestModule.cpp:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void TestModule::addTestCase(TestCase* testCase)
71
{
72
testCases.push_back(testCase);
73
}
74
75
TestCase* TestModule::getCurrentTestCase() const
76
{
Callers
3
onStart
Method · 0.80
onStart
Method · 0.80
onStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected