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