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

Function BOOST_AUTO_TEST_CASE

unit_tests/library/match.cpp:80–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79}
80BOOST_AUTO_TEST_CASE(test_match_new_api) { test_match(false); }
81BOOST_AUTO_TEST_CASE(test_match_old_api) { test_match(true); }
82
83void test_match_skip_waypoints(bool use_json_only_api)

Callers

nothing calls this directly

Calls 15

test_matchFunction · 0.85
test_match_splitFunction · 0.85
getOSRMFunction · 0.85
get_dummy_locationFunction · 0.85
waypoint_checkFunction · 0.85
run_match_jsonFunction · 0.85
errorMethod · 0.80
waypointsMethod · 0.80
routesMethod · 0.80
legsMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected