Lines Matching refs:directory
19 ASSERT_FALSE(std::filesystem::exists(directory)); in SetUpTestSuite()
24 if (std::filesystem::exists(directory)) in TearDown()
26 std::filesystem::remove_all(directory); in TearDown()
32 static const DirectoryPath directory; member in TestPersistentJsonStorage
33 PersistentJsonStorage sut{directory};
37 TestPersistentJsonStorage::directory = member in TestPersistentJsonStorage
121 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks()
124 std::filesystem::path(directory) / "report/symlink.json"; in setupSymlinks()
126 std::filesystem::path(directory) / "report"); in setupSymlinks()
136 const interfaces::JsonStorage::DirectoryPath& directory) in setupSymlinks()
138 auto linkPath = std::filesystem::path(directory) / "reportLink"; in setupSymlinks()
140 std::filesystem::path(directory) / "report"); in setupSymlinks()
158 linkPath = T::setupSymlinks(dummyReportPath, directory); in TestPersistentJsonStorageWithSymlink()