Searched refs:dummyReportPath (Results 1 – 1 of 1) sorted by relevance
154 std::ofstream file(dummyReportPath); in TestPersistentJsonStorageWithSymlink()158 linkPath = T::setupSymlinks(dummyReportPath, directory); in TestPersistentJsonStorageWithSymlink()164 ASSERT_FALSE(std::filesystem::exists(dummyReportPath)); in SetUpTestSuite()170 if (std::filesystem::exists(dummyReportPath)) in TearDown()172 std::filesystem::remove(dummyReportPath); in TearDown()176 static const std::filesystem::path dummyReportPath; member in TestPersistentJsonStorageWithSymlink182 TestPersistentJsonStorageWithSymlink<T>::dummyReportPath = member in TestPersistentJsonStorageWithSymlink<T>215 EXPECT_TRUE(std::filesystem::exists(TestFixture::dummyReportPath)); in TYPED_TEST()