| 78 | } |
| 79 | |
| 80 | void TestUnitCommand::SetTestTime() { |
| 81 | wait_game_loops_ = 150; |
| 82 | } |
| 83 | |
| 84 | void TestUnitCommand::VerifyUnitOrders(Tag unit_tag, ABILITY_ID test_ability) { |
| 85 | bool order_found = false; |
nothing calls this directly
no outgoing calls
no test coverage detected