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

Function BOOST_AUTO_TEST_CASE

test/base-object-packer.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122BOOST_AUTO_TEST_SUITE(base_object_packer)
123
124BOOST_AUTO_TEST_CASE(pack_null)
125{
126 BOOST_CHECK(AssertPackObjectResult(Empty, {0}));
127}
128
129BOOST_AUTO_TEST_CASE(pack_false)
130{

Callers

nothing calls this directly

Calls 2

AssertPackObjectResultFunction · 0.85
StringClass · 0.50

Tested by

no test coverage detected