3 references to TestUriHelper
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\TestUrlHelper.cs (1)
11
return
TestUriHelper
.BuildTestUri(serverType).ToString();
Deployers\NginxDeployer.cs (1)
56
var redirectUri =
TestUriHelper
.BuildTestUri(ServerType.Nginx);
Deployers\SelfHostDeployer.cs (1)
58
var hintUrl =
TestUriHelper
.BuildTestUri(