28 references to Helpers
IIS.FunctionalTests (28)
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (1)
145var folderPath = Helpers.GetFrebFolder(LogFolderPath, result);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (2)
89return Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
46ApplicationPublisher = new PublishedApplicationPublisher(Helpers.GetInProcessTestSitesName()),
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (2)
22public PublishedApplicationPublisher InProcessTestSite { get; } = new PublishedApplicationPublisher(Helpers.GetInProcessTestSitesName()); 23public PublishedApplicationPublisher OutOfProcessTestSite { get; } = new PublishedApplicationPublisher(Helpers.GetInProcessTestSitesName());
src\Servers\IIS\IIS\test\Common.FunctionalTests\LoggingTests.cs (11)
72await Helpers.AssertStarts(deploymentResult, path); 76var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger); 97await Helpers.AssertStarts(deploymentResult, "HelloWorld"); 172var logContents = Helpers.ReadAllTextFromFile(firstTempFile, Logger); 217var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, logFolderPath), Logger); 231await Helpers.AssertStarts(deploymentResult, "ConsoleWrite"); 235Assert.Single(Directory.GetFiles(LogFolderPath), Helpers.GetExpectedLogName(deploymentResult, LogFolderPath)); 295await Helpers.AssertStarts(deploymentResult); 313await Helpers.AssertStarts(deploymentResult);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (2)
128Helpers.CopyFiles(source, destination, Logger); 141_rootApplication = new PublishedApplication(Helpers.CreateEmptyApplication(config, contentRoot), Logger);
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (1)
435await Helpers.StressLoad(_fixture.Client, "/GetServerVariableStress", response =>
src\Servers\IIS\IIS\test\IIS.Shared.FunctionalTests\ApplicationInitializationTests.cs (2)
58await Helpers.Retry(async () => await File.ReadAllTextAsync(Path.Combine(result.ContentRoot, "Started.txt")), TimeoutExtensions.DefaultTimeoutValue); 102await Helpers.Retry(async () => await File.ReadAllTextAsync(Path.Combine(result.ContentRoot, "Started.txt")), TimeoutExtensions.DefaultTimeoutValue);
src\Servers\IIS\IIS\test\IIS.Shared.FunctionalTests\StdOutRedirectionTests.cs (6)
43Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 67Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 74var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger); 105var contents = Helpers.ReadAllTextFromFile(fileInDirectory, Logger); 158var contents = Helpers.ReadAllTextFromFile(fileInDirectory, Logger);