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

Function BOOST_AUTO_TEST_CASE

test/base-string.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11BOOST_AUTO_TEST_SUITE(base_string)
12
13BOOST_AUTO_TEST_CASE(construct)
14{
15 BOOST_CHECK(String() == "");
16 BOOST_CHECK(String(5, 'n') == "nnnnn");
17}
18
19BOOST_AUTO_TEST_CASE(equal)
20{

Callers

nothing calls this directly

Calls 9

TrimMethod · 0.80
ReplaceMethod · 0.80
FindMethod · 0.80
FindFirstOfMethod · 0.80
StringClass · 0.50
ClearMethod · 0.45
IsEmptyMethod · 0.45
ContainsMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected