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