| 787 | } |
| 788 | |
| 789 | void OnTestFinish() override { |
| 790 | if (test_hatchery_.display_type != Unit::DisplayType::Snapshot) { |
| 791 | ReportError("On finish display type for hatchery is incorrect."); |
| 792 | } |
| 793 | if (test_hatchery_.owner != 2) { |
| 794 | ReportError("Owner of unit is incorrect."); |
| 795 | } |
| 796 | KillAllUnits(); |
| 797 | agent_->Debug()->DebugShowMap(); |
| 798 | agent_->Debug()->SendDebug(); |
| 799 | } |
| 800 | }; |
| 801 | |
| 802 |
nothing calls this directly
no test coverage detected