Searched refs:tmpFileNoData (Results 1 – 1 of 1) sorted by relevance
79 tmpFileNoData = new TemporaryFile(noData.c_str(), 0); in SetUp()87 std::filesystem::remove_all(tmpFileNoData->getPath()); in TearDown()88 delete tmpFileNoData; in TearDown()95 TemporaryFile* tmpFileNoData; member in TemporaryFileTests115 fs::path path = tmpFileNoData->getPath(); in TEST_F()162 EXPECT_FALSE(tmpFileNoData->getPath().empty()); in TEST_F()163 EXPECT_TRUE(fs::exists(tmpFileNoData->getPath())); in TEST_F()166 fs::path path2 = tmpFileNoData->getPath(); in TEST_F()172 *tmpFileNoData = std::move(*tmpFile); in TEST_F()178 EXPECT_EQ(tmpFileNoData->getPath(), path1); in TEST_F()[all …]