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-string.cpp:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
BOOST_AUTO_TEST_SUITE(base_string)
12
13
BOOST_AUTO_TEST_CASE(construct)
14
{
15
BOOST_CHECK(String() ==
""
);
16
BOOST_CHECK(String(5,
'n'
) ==
"nnnnn"
);
17
}
18
19
BOOST_AUTO_TEST_CASE(equal)
20
{
Callers
nothing calls this directly
Calls
9
Trim
Method · 0.80
Replace
Method · 0.80
Find
Method · 0.80
FindFirstOf
Method · 0.80
String
Class · 0.50
Clear
Method · 0.45
IsEmpty
Method · 0.45
Contains
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected