MCPcopy 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

21BOOST_AUTO_TEST_SUITE(base_object)
22
23BOOST_AUTO_TEST_CASE(construct)
24{
25 Object::Ptr tobject = new TestObject();
26 BOOST_CHECK(tobject);
27}
28
29BOOST_AUTO_TEST_CASE(getself)
30{

Callers

nothing calls this directly

Calls 2

GetTestRefMethod · 0.80
IsEmptyMethod · 0.45

Tested by

no test coverage detected