Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6
BOOST_AUTO_TEST_SUITE(binary_heap_test)
7
8
BOOST_AUTO_TEST_CASE(empty_heap)
9
{
10
osrm::util::BinaryHeap<int> heap;
11
BOOST_CHECK(heap.empty());
12
}
13
14
BOOST_AUTO_TEST_CASE(push_and_top)
15
{
Callers
nothing calls this directly
Calls
4
empty
Method · 0.45
emplace
Method · 0.45
pop
Method · 0.45
clear
Method · 0.45
Tested by
no test coverage detected