3 references to StartupRoutingDifferentBranches
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
RoutingAcrossPipelineBranchesTest.cs (3)
18
private static void ConfigureWebHostBuilder(IWebHostBuilder builder) => builder.UseStartup<RoutingWebSite.
StartupRoutingDifferentBranches
>();
23
Factory = new MvcTestFixture<RoutingWebSite.
StartupRoutingDifferentBranches
>(LoggerFactory).WithWebHostBuilder(ConfigureWebHostBuilder);
33
public WebApplicationFactory<RoutingWebSite.
StartupRoutingDifferentBranches
> Factory { get; private set; }