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

Function BOOST_AUTO_TEST_CASE

unit_tests/library/tile.cpp:199–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 validate_tile(osrm, use_string_only_api);
198}
199BOOST_AUTO_TEST_CASE(test_tile_ch_old_api) { test_tile_ch(true); }
200BOOST_AUTO_TEST_CASE(test_tile_ch_new_api) { test_tile_ch(false); }
201
202void test_tile_mld(bool use_string_only_api)

Callers

nothing calls this directly

Calls 8

test_tile_chFunction · 0.85
test_tile_mldFunction · 0.85
test_tile_turns_chFunction · 0.85
test_tile_turns_mldFunction · 0.85
test_tile_speeds_chFunction · 0.85
test_tile_speeds_mldFunction · 0.85
test_tile_nodes_chFunction · 0.85
test_tile_nodes_mldFunction · 0.85

Tested by

no test coverage detected