Lines Matching full:testing
22 using testing::Assign;
23 using testing::DoAll;
24 using testing::Return;
25 using testing::SaveArgPointee;
26 using testing::SetArgPointee;
27 using testing::WithArg;
42 class EventTest : public testing::Test
47 testing::StrictMock<test::SysMock> mock;
52 EXPECT_CALL(mock, open(testing::_, testing::_)) in SetUp()
75 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F()
108 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in TEST_F()
130 EXPECT_CALL(mock, gpio_get_lineevent(chip_fd, testing::_)) in SetUp()
154 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
164 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
171 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
178 EXPECT_CALL(mock, read(event_fd, testing::_, sizeof(struct gpioevent_data))) in TEST_F()
187 EXPECT_CALL(mock, gpiohandle_get_line_values(event_fd, testing::_)) in TEST_F()
194 EXPECT_CALL(mock, gpiohandle_get_line_values(event_fd, testing::_)) in TEST_F()