Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp55 MockFilesystemInterface* mockFsIface{}; member in estoraged_test::EStoragedTest
82 mockFsIface = fsIface.get(); in SetUp()
151 EXPECT_CALL(*mockFsIface, in TEST_F()
156 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
198 EXPECT_CALL(*mockFsIface, in TEST_F()
203 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
367 EXPECT_CALL(*mockFsIface, in TEST_F()
404 EXPECT_CALL(*mockFsIface, in TEST_F()
409 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
443 EXPECT_CALL(*mockFsIface, in TEST_F()
[all …]