3 references to ExecuteStartOrStartWithTest
Microsoft.AspNetCore.FunctionalTests (3)
WebHostFunctionalTests.cs (3)
18
await
ExecuteStartOrStartWithTest
(deploymentResult => deploymentResult.HttpClient.GetAsync(string.Empty), "StartRequestDelegateUrlApp");
24
await
ExecuteStartOrStartWithTest
(deploymentResult => deploymentResult.HttpClient.GetAsync("/route"), "StartRouteBuilderUrlApp");
30
await
ExecuteStartOrStartWithTest
(deploymentResult => deploymentResult.HttpClient.GetAsync(string.Empty), "StartWithIApplicationBuilderUrlApp");