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

Function BOOST_AUTO_TEST_CASE

unit_tests/util/binary_heap.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6BOOST_AUTO_TEST_SUITE(binary_heap_test)
7
8BOOST_AUTO_TEST_CASE(empty_heap)
9{
10 osrm::util::BinaryHeap<int> heap;
11 BOOST_CHECK(heap.empty());
12}
13
14BOOST_AUTO_TEST_CASE(push_and_top)
15{

Callers

nothing calls this directly

Calls 4

emptyMethod · 0.45
emplaceMethod · 0.45
popMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected