MCPcopy 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

13BOOST_AUTO_TEST_SUITE(base_dictionary)
14
15BOOST_AUTO_TEST_CASE(construct)
16{
17 Dictionary::Ptr dictionary = new Dictionary();
18 BOOST_CHECK(dictionary);
19}
20
21BOOST_AUTO_TEST_CASE(initializer1)
22{

Callers

nothing calls this directly

Calls 11

GetKeysMethod · 0.80
GetMethod · 0.45
SetMethod · 0.45
GetLengthMethod · 0.45
IsEmptyMethod · 0.45
ContainsMethod · 0.45
RemoveMethod · 0.45
BeginMethod · 0.45
ShallowCloneMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected