| 69 | } |
| 70 | |
| 71 | void NoUTurnRestrictionTest::SetNoUTurnRestrictions(vector<RestrictionUTurn> && restrictions) |
| 72 | { |
| 73 | auto & indexGraph = m_graph->GetWorldGraph().GetIndexGraph(kTestNumMwmId); |
| 74 | indexGraph.SetUTurnRestrictions(std::move(restrictions)); |
| 75 | } |
| 76 | |
| 77 | void NoUTurnRestrictionTest::TestRouteGeom(Segment const & start, Segment const & finish, |
| 78 | AlgorithmForWorldGraph::Result expectedRouteResult, |
nothing calls this directly
no test coverage detected