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

Method OnTestFinish

tests/test_unit_command.cc:507–511  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

505 }
506
507 void OnTestFinish() override {
508 VerifyUnitIdleAfterOrder(test_unit_type_);
509 VerifyUnitDoesNotExist(UNIT_TYPEID::TERRAN_MARINE);
510 KillAllUnits();
511 }
512 };
513
514

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected