| 1247 | class TestSensorTower : public TestUnitCommand { |
| 1248 | public: |
| 1249 | TestSensorTower() { |
| 1250 | test_unit_type_ = UNIT_TYPEID::TERRAN_SENSORTOWER; |
| 1251 | } |
| 1252 | |
| 1253 | void SetTestTime() override { |
| 1254 | wait_game_loops_ = 50; |
nothing calls this directly
no outgoing calls
no test coverage detected