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

Function BOOST_AUTO_TEST_CASE

unit_tests/engine/json_factory.cpp:8–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6BOOST_AUTO_TEST_SUITE(json_factory)
7
8BOOST_AUTO_TEST_CASE(instructionTypeToString_test_size)
9{
10 using namespace osrm::engine::api::json::detail;
11 using namespace osrm::guidance;
12
13 BOOST_CHECK_EQUAL(instructionTypeToString(TurnType::Sliproad), "invalid");
14}
15
16BOOST_AUTO_TEST_SUITE_END()

Callers

nothing calls this directly

Calls 1

instructionTypeToStringFunction · 0.85

Tested by

no test coverage detected