| 268 | class TestBuildForge : public TestUnitCommandTargetingPoint { |
| 269 | public: |
| 270 | TestBuildForge() { |
| 271 | test_unit_type_ = UNIT_TYPEID::PROTOSS_PROBE; |
| 272 | test_ability_ = ABILITY_ID::BUILD_FORGE; |
| 273 | placing_structure_ = true; |
| 274 | } |
| 275 | |
| 276 | void SetTestTime() override { |
| 277 | wait_game_loops_ = 150; |
nothing calls this directly
no outgoing calls
no test coverage detected