Searched refs:mockHostIface (Results 1 – 1 of 1) sorted by relevance
56 return this->mockHostIface->send(0); in HostNotifierTest()60 ON_CALL(*mockHostIface, sendNewLogCmd(_, _)) in HostNotifierTest()74 MockHostInterface* mockHostIface; member in HostNotifierTest306 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 …]