| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected