29 references to Helpers
IISExpress.FunctionalTests (29)
InProcess\IISExpressShutdownTests.cs (1)
53var load = Helpers.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response =>
src\Servers\IIS\IIS\test\Common.FunctionalTests\FrebTests.cs (1)
144var 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)
71await Helpers.AssertStarts(deploymentResult, path); 75var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, LogFolderPath), Logger); 96await Helpers.AssertStarts(deploymentResult, "HelloWorld"); 171var logContents = Helpers.ReadAllTextFromFile(firstTempFile, Logger); 216var contents = Helpers.ReadAllTextFromFile(Helpers.GetExpectedLogName(deploymentResult, logFolderPath), Logger); 230await Helpers.AssertStarts(deploymentResult, "ConsoleWrite"); 234Assert.Single(Directory.GetFiles(LogFolderPath), Helpers.GetExpectedLogName(deploymentResult, LogFolderPath)); 294await Helpers.AssertStarts(deploymentResult); 312await Helpers.AssertStarts(deploymentResult);
src\Servers\IIS\IIS\test\Common.FunctionalTests\MultiApplicationTests.cs (2)
127Helpers.CopyFiles(source, destination, Logger); 140_rootApplication = new PublishedApplication(Helpers.CreateEmptyApplication(config, contentRoot), Logger);
src\Servers\IIS\IIS\test\Common.FunctionalTests\RequestResponseTests.cs (1)
434await Helpers.StressLoad(_fixture.Client, "/GetServerVariableStress", response =>
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (3)
318Helpers.Recycle(deploymentResult.AppPoolName); 409var load = Helpers.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response => 571var load = Helpers.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response =>
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (5)
215Assert.Contains("InProcessWebSite.exe", Helpers.ReadAllTextFromFile(Path.Combine(deploymentResult.ContentRoot, "web.config"), Logger)); 365Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 423Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 1314Helpers.CreateEmptyApplication(element, root); 1557Helpers.CopyFiles(source, subDirectoryPath, null);