Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Icinga/icinga2
/ BOOST_AUTO_TEST_CASE
Function
BOOST_AUTO_TEST_CASE
test/base-dictionary.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
BOOST_AUTO_TEST_SUITE(base_dictionary)
14
15
BOOST_AUTO_TEST_CASE(construct)
16
{
17
Dictionary::Ptr dictionary = new Dictionary();
18
BOOST_CHECK(dictionary);
19
}
20
21
BOOST_AUTO_TEST_CASE(initializer1)
22
{
Callers
nothing calls this directly
Calls
11
GetKeys
Method · 0.80
Get
Method · 0.45
Set
Method · 0.45
GetLength
Method · 0.45
IsEmpty
Method · 0.45
Contains
Method · 0.45
Remove
Method · 0.45
Begin
Method · 0.45
ShallowClone
Method · 0.45
begin
Method · 0.45
end
Method · 0.45
Tested by
no test coverage detected