13 references to Helpers
IIS.NewHandler.FunctionalTests (13)
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.LongTests\ShutdownTests.cs (3)
319Helpers.Recycle(deploymentResult.AppPoolName); 411var load = Helpers.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response => 573var load = Helpers.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response =>
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (5)
216Assert.Contains("InProcessWebSite.exe", Helpers.ReadAllTextFromFile(Path.Combine(deploymentResult.ContentRoot, "web.config"), Logger)); 366Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 424Helpers.ModifyFrameworkVersionInRuntimeConfig(deploymentResult); 1314Helpers.CreateEmptyApplication(element, root); 1557Helpers.CopyFiles(source, subDirectoryPath, null);