13 references to Helpers
IIS.LongTests (13)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISFunctionalTestBase.cs (2)
89
return
Helpers
.ReadAllTextFromFile(
Helpers
.GetExpectedLogName(deploymentResult, LogFolderPath), Logger);
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
46
ApplicationPublisher = new PublishedApplicationPublisher(
Helpers
.GetInProcessTestSitesName()),
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\PublishedSitesFixture.cs (2)
22
public PublishedApplicationPublisher InProcessTestSite { get; } = new PublishedApplicationPublisher(
Helpers
.GetInProcessTestSitesName());
23
public PublishedApplicationPublisher OutOfProcessTestSite { get; } = new PublishedApplicationPublisher(
Helpers
.GetInProcessTestSitesName());
src\Servers\IIS\IIS\test\Common.LongTests\ShutdownTests.cs (3)
319
Helpers
.Recycle(deploymentResult.AppPoolName);
411
var load =
Helpers
.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response =>
574
var load =
Helpers
.StressLoad(deploymentResult.HttpClient, "/HelloWorld", response =>
src\Servers\IIS\IIS\test\Common.LongTests\StartupTests.cs (5)
216
Assert.Contains("InProcessWebSite.exe",
Helpers
.ReadAllTextFromFile(Path.Combine(deploymentResult.ContentRoot, "web.config"), Logger));
366
Helpers
.ModifyFrameworkVersionInRuntimeConfig(deploymentResult);
424
Helpers
.ModifyFrameworkVersionInRuntimeConfig(deploymentResult);
1315
Helpers
.CreateEmptyApplication(element, root);
1558
Helpers
.CopyFiles(source, subDirectoryPath, null);