| 310 | } |
| 311 | |
| 312 | void AdditionalTestSetup() override { |
| 313 | target_point_ = GetPointOffsetX(origin_pt_); |
| 314 | |
| 315 | agent_->Debug()->DebugCreateUnit(UNIT_TYPEID::PROTOSS_PYLON, origin_pt_, agent_->Observation()->GetPlayerID(), 1); |
| 316 | agent_->Debug()->SendDebug(); |
| 317 | } |
| 318 | |
| 319 | void OnTestFinish() override { |
| 320 | VerifyUnitExistsAndComplete(UNIT_TYPEID::PROTOSS_GATEWAY); |
nothing calls this directly
no test coverage detected