Home
last modified time | relevance | path

Searched refs:ioExpI2CInterface (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-power/phosphor-regulators/test/
H A Dphase_fault_detection_tests.cpp88 auto ioExpI2CInterface = std::make_unique<i2c::MockedI2CInterface>(); member in PhaseFaultDetectionTests
89 this->ioExpI2CInterface = ioExpI2CInterface.get();
95 std::move(ioExpI2CInterface));
123 i2c::MockedI2CInterface* ioExpI2CInterface{nullptr}; member in PhaseFaultDetectionTests
292 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()