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 ChildTest : public testing::Test
36 testing::StrictMock<test::SdEventMock> mock;
69 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in TEST_F()
70 options, testing::_, nullptr)) in TEST_F()
76 testing::InSequence seq; in TEST_F()
78 testing::_)) in TEST_F()
81 sd_event_source_set_userdata(expected_source, testing::_)) in TEST_F()
115 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in TEST_F()
116 options, testing::_, nullptr)) in TEST_F()
142 EXPECT_CALL(mock, sd_event_add_child(expected_event, testing::_, pid, in SetUp()
143 options, 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()
205 sd_event_source_get_child_pid(expected_source, testing::_)) in TEST_F()
213 sd_event_source_get_child_pid(expected_source, testing::_)) in TEST_F()