| 6 | BOOST_AUTO_TEST_SUITE(json_factory) |
| 7 | |
| 8 | BOOST_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 | |
| 16 | BOOST_AUTO_TEST_SUITE_END() |
nothing calls this directly
no test coverage detected