| 52 | } |
| 53 | |
| 54 | void RestrictionTest::SetUTurnRestrictions(vector<RestrictionUTurn> && restrictions) |
| 55 | { |
| 56 | m_graph->GetIndexGraphForTests(kTestNumMwmId).SetUTurnRestrictions(std::move(restrictions)); |
| 57 | } |
| 58 | |
| 59 | // NoUTurnRestrictionTest -------------------------------------------------------------------------- |
| 60 | void NoUTurnRestrictionTest::Init(unique_ptr<SingleVehicleWorldGraph> graph) |
no outgoing calls