| 336 | class TestBuildPylon : public TestUnitCommandTargetingPoint { |
| 337 | public: |
| 338 | TestBuildPylon() { |
| 339 | test_unit_type_ = UNIT_TYPEID::PROTOSS_PROBE; |
| 340 | test_ability_ = ABILITY_ID::BUILD_PYLON; |
| 341 | placing_structure_ = true; |
| 342 | } |
| 343 | |
| 344 | void SetTestTime() override { |
| 345 | wait_game_loops_ = 150; |
nothing calls this directly
no outgoing calls
no test coverage detected