Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/test/openpower-pels/
H A Dhost_notifier_test.cpp56 return this->mockHostIface->send(0); in HostNotifierTest()
60 ON_CALL(*mockHostIface, sendNewLogCmd(_, _)) in HostNotifierTest()
74 MockHostInterface* mockHostIface; member in HostNotifierTest
306 EXPECT_EQ(mockHostIface->numCmdsProcessed(), 1); in TEST_F()
322 EXPECT_EQ(mockHostIface->numCmdsProcessed(), 1); in TEST_F()
328 EXPECT_EQ(mockHostIface->numCmdsProcessed(), 2); in TEST_F()
372 return this->mockHostIface->send(1); in TEST_F()
375 return this->mockHostIface->send(0); in TEST_F()
422 return this->mockHostIface->send(1); in TEST_F()
462 this->mockHostIface->cancelCmd(); in TEST_F()
[all …]