MCPcopy Create free account
hub / github.com/Blizzard/s2client-api / OnTestFinish

Method OnTestFinish

tests/test_unit_command.cc:287–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285 }
286
287 void OnTestFinish() override {
288 VerifyUnitExistsAndComplete(UNIT_TYPEID::PROTOSS_FORGE);
289 VerifyUnitIdleAfterOrder(test_unit_type_);
290 VerifyUnitIdleAfterOrder(UNIT_TYPEID::PROTOSS_FORGE);
291 KillAllUnits();
292 }
293 };
294
295

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected