1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
RoutingGroupsTest.cs (1)
24Factory = new MvcTestFixture<StartupForGroups>(LoggerFactory).WithWebHostBuilder(ConfigureWebHostBuilder);
4 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (4)
RoutingGroupsTest.cs (4)
25Client = Factory.CreateDefaultClient(); 30Factory.Dispose(); 40using var client = Factory.CreateClient(); 53using var client = Factory.CreateClient();