| 1356 | Point2D target_point_; |
| 1357 | |
| 1358 | TestStopStop() { |
| 1359 | test_unit_type_ = UNIT_TYPEID::PROTOSS_ZEALOT; |
| 1360 | test_ability_ = ABILITY_ID::STOP; |
| 1361 | } |
| 1362 | |
| 1363 | void AdditionalTestSetup() override { |
| 1364 | target_point_ = GetPointOffsetX(origin_pt_, 10); |
nothing calls this directly
no outgoing calls
no test coverage detected