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