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.cpp53 mockHostIface = reinterpret_cast<MockHostInterface*>(hostIface.get()); in HostNotifierTest()
56 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()
337 EXPECT_EQ(mockHostIface->numCmdsProcessed(), 3); in TEST_F()
360 EXPECT_EQ(mockHostIface->numCmdsProcessed(), 2); in TEST_F()
372 return this->mockHostIface->send(1); in TEST_F()
[all …]