Lines Matching full:testing
25 using testing::DoAll;
26 using testing::Return;
27 using testing::ReturnPointee;
28 using testing::SaveArg;
29 using testing::SetArgPointee;
33 class TimeTest : public testing::Test
36 testing::StrictMock<test::SdEventMock> mock;
75 sd_event_add_time(expected_event, testing::_, CLOCK_REALTIME, in TEST_F()
76 2000000, 50000, testing::_, nullptr)) in TEST_F()
82 testing::InSequence seq; in TEST_F()
84 testing::_)) in TEST_F()
87 sd_event_source_set_userdata(expected_source, testing::_)) in TEST_F()
120 sd_event_add_time(expected_event, testing::_, CLOCK_MONOTONIC, in TEST_F()
121 2000000, 50000, testing::_, nullptr)) in TEST_F()
141 EXPECT_CALL(mock, sd_event_add_time(expected_event, testing::_, in SetUp()
143 testing::_, nullptr)) in SetUp()
146 testing::InSequence seq; in SetUp()
148 expected_source, testing::_)) in SetUp()
151 mock, sd_event_source_set_userdata(expected_source, testing::_)) in SetUp()
220 EXPECT_CALL(mock, sd_event_source_get_time(expected_source, testing::_)) in TEST_F()
228 EXPECT_CALL(mock, sd_event_source_get_time(expected_source, testing::_)) in TEST_F()
252 sd_event_source_get_time_accuracy(expected_source, testing::_)) in TEST_F()
260 sd_event_source_get_time_accuracy(expected_source, testing::_)) in TEST_F()