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