| 226 | } |
| 227 | |
| 228 | void TestLeavingRoute(RoutingSession & session, location::GpsInfo const & info) |
| 229 | { |
| 230 | vector<double> const latitudes = {0.0, -0.001, -0.002, -0.003, -0.004, -0.005, |
| 231 | -0.006, -0.007, -0.008, -0.009, -0.01, -0.011}; |
| 232 | SessionStateTest sessionStateTest({SessionState::OnRoute, SessionState::RouteNeedsRebuild}, session); |
| 233 | TestMovingByUpdatingLat(sessionStateTest, latitudes, info, session); |
| 234 | } |
| 235 | |
| 236 | UNIT_CLASS_TEST(AsyncGuiThreadTestWithRoutingSession, TestRouteBuilding) |
| 237 | { |
no test coverage detected