| 300 | class TestBuildGateway : public TestUnitCommandTargetingPoint { |
| 301 | public: |
| 302 | TestBuildGateway() { |
| 303 | test_unit_type_ = UNIT_TYPEID::PROTOSS_PROBE; |
| 304 | test_ability_ = ABILITY_ID::BUILD_GATEWAY; |
| 305 | placing_structure_ = true; |
| 306 | } |
| 307 | |
| 308 | void SetTestTime() override { |
| 309 | wait_game_loops_ = 150; |
nothing calls this directly
no outgoing calls
no test coverage detected