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

Function BOOST_AUTO_TEST_CASE

test/base-timer.cpp:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20BOOST_AUTO_TEST_SUITE(base_timer)
21
22BOOST_AUTO_TEST_CASE(construct)
23{
24 Timer::Ptr timer = Timer::Create();
25 BOOST_CHECK(timer);
26}
27
28BOOST_AUTO_TEST_CASE(interval)
29{

Callers

nothing calls this directly

Calls 4

SetIntervalMethod · 0.80
GetIntervalMethod · 0.80
StartMethod · 0.45
StopMethod · 0.45

Tested by

no test coverage detected