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