1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
ApiExplorerTest.cs (1)
27Factory = new MvcTestFixture<ApiExplorerWebSite.Startup>(LoggerFactory);
3 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
ApiExplorerTest.cs (3)
28Client = Factory.CreateDefaultClient(); 33Factory.Dispose(); 1576var apiDescCollectionProvider = Factory.Server.Services.GetService<IApiDescriptionGroupCollectionProvider>();