3 references to BuildTestUri
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Common\TestUriHelper.cs (1)
12
return
BuildTestUri
(serverType, hint: null);
Microsoft.AspNetCore.Server.IntegrationTesting.IIS (2)
IISDeployer.cs (1)
110
var uri = TestUriHelper.
BuildTestUri
(ServerType.IIS, DeploymentParameters.ApplicationBaseUriHint);
IISExpressDeployer.cs (1)
160
var uri = TestUriHelper.
BuildTestUri
(ServerType.IISExpress, DeploymentParameters.ApplicationBaseUriHint);