MCPcopy Create free account
hub / github.com/comaps/comaps / UNIT_TEST

Function UNIT_TEST

libs/routing/routing_integration_tests/pedestrian_route_test.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16using mercator::FromLatLon;
17
18UNIT_TEST(GermanyBremenJunctionToCycleway)
19{
20 integration::CalculateRouteAndTestRouteLength(integration::GetVehicleComponents(VehicleType::Pedestrian),
21 mercator::FromLatLon(52.41947, 10.75148), {0., 0.},
22 mercator::FromLatLon(52.41868, 10.75274), 137.);
23}
24
25UNIT_TEST(Zgrad424aTo1207)
26{

Callers

nothing calls this directly

Calls 13

CreateAllMapsComponentsFunction · 0.85
GetUnixtimeByDateFunction · 0.85
TestRouteLengthFunction · 0.85
TestTurnCountFunction · 0.85
TESTFunction · 0.85
GetTurnsForTestingMethod · 0.80
GetTotalTimeSecMethod · 0.80
CalculateRouteFunction · 0.70
FromLatLonFunction · 0.50
SetCurrentTimeGetterMethod · 0.45

Tested by

no test coverage detected