| 244 | class TestBuildExtractor : public TestUnitCommandTargetingUnit { |
| 245 | public: |
| 246 | TestBuildExtractor() { |
| 247 | test_unit_type_ = UNIT_TYPEID::ZERG_DRONE; |
| 248 | target_unit_type_ = UNIT_TYPEID::NEUTRAL_VESPENEGEYSER; |
| 249 | test_ability_ = ABILITY_ID::BUILD_EXTRACTOR; |
| 250 | placing_structure_ = true; |
| 251 | } |
| 252 | |
| 253 | void SetTestTime() override { |
| 254 | wait_game_loops_ = 200; |
nothing calls this directly
no outgoing calls
no test coverage detected