Searched refs:temp_config (Results 1 – 1 of 1) sorted by relevance
37 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local47 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()48 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()57 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()83 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local84 EXPECT_TRUE(WriteToFile(temp_config.string(), kReadTestConfig)); in TEST()86 auto config_read = LegacyConfigFile::FromPath(temp_config.string()).Read(100); in TEST()94 EXPECT_TRUE(std::filesystem::remove(temp_config)); in TEST()112 auto temp_config = temp_dir / "temp_config.txt"; in TEST() local120 EXPECT_TRUE(LegacyConfigFile::FromPath(temp_config.string()).Write(config)); in TEST()[all …]