| 84 | class TestBuildBarracks : public TestUnitCommandTargetingPoint { |
| 85 | public: |
| 86 | TestBuildBarracks() { |
| 87 | test_unit_type_ = UNIT_TYPEID::TERRAN_SCV; |
| 88 | test_ability_ = ABILITY_ID::BUILD_BARRACKS; |
| 89 | placing_structure_ = true; |
| 90 | } |
| 91 | |
| 92 | void SetTestTime() override { |
| 93 | wait_game_loops_ = 150; |
nothing calls this directly
no outgoing calls
no test coverage detected