1 write to LogFolderPath
IISExpress.FunctionalTests (1)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (1)
24
LogFolderPath
= Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString());
13 references to LogFolderPath
IISExpress.FunctionalTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (3)
120
parameters.EnableFreb("Verbose",
LogFolderPath
);
122
Directory.CreateDirectory(
LogFolderPath
);
144
var folderPath = Helpers.GetFrebFolder(
LogFolderPath
, result);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (3)
89
return Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
95
if (Directory.Exists(
LogFolderPath
))
97
Directory.Delete(
LogFolderPath
, true);
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (6)
67
deploymentParameters.EnableLogging(
LogFolderPath
);
75
var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
), Logger);
204
var logFolderPath =
LogFolderPath
+ "\\彡⾔";
226
deploymentParameters.EnableLogging(
LogFolderPath
);
233
Assert.Single(Directory.GetFiles(
LogFolderPath
), Helpers.GetExpectedLogName(deploymentResult,
LogFolderPath
));
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (1)
1019
deploymentParameters.EnableLogging(
LogFolderPath
);