MCPcopy Create free account
hub / github.com/Icinga/icinga2 / BOOST_AUTO_TEST_CASE

Function BOOST_AUTO_TEST_CASE

test/base-array.cpp:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11BOOST_AUTO_TEST_SUITE(base_array)
12
13BOOST_AUTO_TEST_CASE(construct)
14{
15 Array::Ptr array = new Array();
16 BOOST_CHECK(array);
17 BOOST_CHECK(array->GetLength() == 0);
18}
19
20BOOST_AUTO_TEST_CASE(getset)
21{

Callers

nothing calls this directly

Calls 12

ResizeMethod · 0.80
InsertMethod · 0.80
UniqueMethod · 0.80
SortMethod · 0.80
GetLengthMethod · 0.45
AddMethod · 0.45
GetMethod · 0.45
SetMethod · 0.45
RemoveMethod · 0.45
BeginMethod · 0.45
ClearMethod · 0.45
ShallowCloneMethod · 0.45

Tested by

no test coverage detected