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

Function BOOST_AUTO_TEST_CASE

unit_tests/library/algorithm.cpp:9–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7BOOST_AUTO_TEST_SUITE(table)
8
9BOOST_AUTO_TEST_CASE(test_incompatible_with_mld)
10{
11 // Can't use the MLD algorithm with CH data
12 BOOST_CHECK_THROW(
13 getOSRM(OSRM_TEST_DATA_DIR "/ch/monaco.osrm", osrm::EngineConfig::Algorithm::MLD),
14 osrm::exception);
15}
16
17BOOST_AUTO_TEST_CASE(test_incompatible_with_ch)
18{

Callers

nothing calls this directly

Calls 1

getOSRMFunction · 0.85

Tested by

no test coverage detected