| 505 | } |
| 506 | |
| 507 | void OnTestFinish() override { |
| 508 | VerifyUnitIdleAfterOrder(test_unit_type_); |
| 509 | VerifyUnitDoesNotExist(UNIT_TYPEID::TERRAN_MARINE); |
| 510 | KillAllUnits(); |
| 511 | } |
| 512 | }; |
| 513 | |
| 514 |
nothing calls this directly
no outgoing calls
no test coverage detected