| 692 | bool verify_post_scan_ = false; |
| 693 | |
| 694 | TestEffectScan() { |
| 695 | test_unit_type_ = UNIT_TYPEID::TERRAN_ORBITALCOMMAND; |
| 696 | test_ability_ = ABILITY_ID::EFFECT_SCAN; |
| 697 | instant_cast_ = true; |
| 698 | } |
| 699 | |
| 700 | void SetTestTime() override { |
| 701 | wait_game_loops_ = 300; |
nothing calls this directly
no outgoing calls
no test coverage detected