Searched refs:ioExpI2CInterface (Results 1 – 1 of 1) sorted by relevance
88 auto ioExpI2CInterface = std::make_unique<i2c::MockedI2CInterface>(); member in PhaseFaultDetectionTests89 this->ioExpI2CInterface = ioExpI2CInterface.get();95 std::move(ioExpI2CInterface));123 i2c::MockedI2CInterface* ioExpI2CInterface{nullptr}; member in PhaseFaultDetectionTests292 EXPECT_CALL(*ioExpI2CInterface, isOpen).Times(1).WillOnce(Return(true)); in TEST_F()293 EXPECT_CALL(*ioExpI2CInterface, read(0x1C, A<uint8_t&>())).Times(1); in TEST_F()322 EXPECT_CALL(*ioExpI2CInterface, isOpen).Times(0); in TEST_F()323 EXPECT_CALL(*ioExpI2CInterface, read(0x1C, A<uint8_t&>())).Times(0); in TEST_F()