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-timer.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
BOOST_AUTO_TEST_SUITE(base_timer)
21
22
BOOST_AUTO_TEST_CASE(construct)
23
{
24
Timer::Ptr timer = Timer::Create();
25
BOOST_CHECK(timer);
26
}
27
28
BOOST_AUTO_TEST_CASE(interval)
29
{
Callers
nothing calls this directly
Calls
4
SetInterval
Method · 0.80
GetInterval
Method · 0.80
Start
Method · 0.45
Stop
Method · 0.45
Tested by
no test coverage detected