MCPcopy Create free account
hub / github.com/Project-OSRM/osrm-backend / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

unit_tests/library/nearest.cpp:57–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 }
56}
57BOOST_AUTO_TEST_CASE(test_nearest_response_old_api) { test_nearest_response(true); }
58BOOST_AUTO_TEST_CASE(test_nearest_response_new_api) { test_nearest_response(false); }
59
60void test_nearest_response_skip_waypoints(bool use_json_only_api)

Callers

nothing calls this directly

Calls 15

test_nearest_responseFunction · 0.85
getOSRMFunction · 0.85
get_dummy_locationFunction · 0.85
errorMethod · 0.80
waypointsMethod · 0.80
firstMethod · 0.80
secondMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected