| 317 | } |
| 318 | |
| 319 | void OnTestFinish() override { |
| 320 | VerifyUnitExistsAndComplete(UNIT_TYPEID::PROTOSS_GATEWAY); |
| 321 | VerifyUnitIdleAfterOrder(test_unit_type_); |
| 322 | VerifyUnitIdleAfterOrder(UNIT_TYPEID::PROTOSS_GATEWAY); |
| 323 | const ObservationInterface* obs = agent_->Observation(); |
| 324 | if (obs->GetWarpGateCount() != 0) { |
| 325 | ReportError("Gateway is being incorrectly identified as a Warp Gate."); |
| 326 | } |
| 327 | KillAllUnits(); |
| 328 | } |
| 329 | }; |
| 330 | |
| 331 |
nothing calls this directly
no test coverage detected