Home
last modified time | relevance | path

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

/openbmc/estoraged/src/test/
H A Destoraged_test.cpp112 std::unique_ptr<estoraged::EStoraged> esObject; member in estoraged_test::EStoragedTest
146 esObject = std::make_unique<estoraged::EStoraged>( in SetUp()
196 EXPECT_CALL(*mockFsIface, runMkfs(StrEq(esObject->getCryptDevicePath()), in TEST_F()
200 EXPECT_CALL(*mockFsIface, runFsck(StrEq(esObject->getCryptDevicePath()), in TEST_F()
204 EXPECT_CALL(*mockFsIface, directoryExists(path(esObject->getMountPoint()))) in TEST_F()
207 EXPECT_CALL(*mockFsIface, createDirectory(path(esObject->getMountPoint()))) in TEST_F()
211 doMount(StrEq(esObject->getCryptDevicePath()), in TEST_F()
212 StrEq(esObject->getMountPoint()), _, _, _)) in TEST_F()
215 EXPECT_CALL(*mockFsIface, doUnmount(StrEq(esObject->getMountPoint()))) in TEST_F()
218 EXPECT_CALL(*mockFsIface, removeDirectory(path(esObject->getMountPoint()))) in TEST_F()
[all …]