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-object.cpp:23–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
BOOST_AUTO_TEST_SUITE(base_object)
22
23
BOOST_AUTO_TEST_CASE(construct)
24
{
25
Object::Ptr tobject = new TestObject();
26
BOOST_CHECK(tobject);
27
}
28
29
BOOST_AUTO_TEST_CASE(getself)
30
{
Callers
nothing calls this directly
Calls
2
GetTestRef
Method · 0.80
IsEmpty
Method · 0.45
Tested by
no test coverage detected