Searched refs:temp_config (Results 1 – 1 of 1) sorted by relevance
38 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local48 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()49 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()58 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()84 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local85 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()87 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()95 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()113 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local122 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()[all …]