4 overrides of DeployAsync
Microsoft.AspNetCore.Server.IntegrationTesting (2)
Deployers\RemoteWindowsDeployer\RemoteWindowsDeployer.cs (1)
73public override async Task<DeploymentResult> DeployAsync()
Deployers\SelfHostDeployer.cs (1)
32public override async Task<DeploymentResult> DeployAsync()
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
73public override Task<DeploymentResult> DeployAsync()
IISExpressDeployer.cs (1)
43public override async Task<DeploymentResult> DeployAsync()
21 references to DeployAsync
IIS.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
IIS.LongTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
IIS.Microbenchmarks (1)
StartupTimeBenchmark.cs (1)
38_client = _deployer.DeployAsync().Result.HttpClient;
IIS.NewHandler.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
IIS.NewShim.FunctionalTests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
IIS.ShadowCopy.Tests (2)
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
IISExpress.FunctionalTests (3)
OutOfProcess\MultipleAppTests.cs (1)
40deploymentResults.Add(await deployer.DeployAsync());
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\FunctionalTestsBase.cs (1)
36return _deploymentResult = (IISDeploymentResult)await _deployer.DeployAsync();
src\Servers\IIS\IIS\test\Common.FunctionalTests\Infrastructure\IISTestSiteFixture.cs (1)
102_deploymentResult = (IISDeploymentResult)_deployer.DeployAsync().Result;
Microsoft.AspNetCore.FunctionalTests (2)
WebHostFunctionalTests.cs (2)
164var deploymentResult = await deployer.DeployAsync(); 221var deploymentResult = await deployer.DeployAsync();
Microsoft.AspNetCore.WebSockets.ConformanceTests (1)
Autobahn\AutobahnTester.cs (1)
145var result = await deployer.DeployAsync();
ServerComparison.FunctionalTests (4)
HelloWorldTest.cs (1)
61var deploymentResult = await deployer.DeployAsync();
NtlmAuthenticationTest.cs (1)
47var deploymentResult = await deployer.DeployAsync();
ResponseCompressionTests.cs (1)
136var deploymentResult = await deployer.DeployAsync();
ResponseTests.cs (1)
101var deploymentResult = await deployer.DeployAsync();