Searched refs:TimerTest (Results 1 – 2 of 2) sorted by relevance
35 struct TimerTest : testing::Test { struct44 TEST_F(TimerTest, callsCallbackIfScheduledInPast) { in TEST_F() argument46 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 1'000'000); in TEST_F()52 TEST_F(TimerTest, recoversAfterEpollError) { in TEST_F() argument55 mTimer.alarmAt(std::bind(&TimerTest::timerCallback, this), systemTime() - 1'000'000); in TEST_F()
63 "tests/TimerTest.cpp",