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

Function BOOST_AUTO_TEST_CASE

test/base-atomic.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9BOOST_AUTO_TEST_SUITE(base_atomic)
10
11BOOST_AUTO_TEST_CASE(duration_none)
12{
13 BOOST_CHECK_EQUAL(static_cast<double>(AtomicDuration()), 0);
14}
15
16BOOST_AUTO_TEST_CASE(duration_one)
17{

Callers

nothing calls this directly

Calls 1

AtomicDurationClass · 0.85

Tested by

no test coverage detected