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()
142 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F()
145 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
148 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
151 EXPECT_CALL(*mockFsIface, in TEST_F()
156 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
159 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
189 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()))) in TEST_F()
192 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
[all …]