MCPcopy 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
70void TestModule::addTestCase(TestCase* testCase)
71{
72 testCases.push_back(testCase);
73}
74
75TestCase* TestModule::getCurrentTestCase() const
76{

Callers 3

onStartMethod · 0.80
onStartMethod · 0.80
onStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected