1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
OutputFormatterTest.cs (1)
18
Factory
= new MvcTestFixture<BasicWebSite.StartupWithoutEndpointRouting>(LoggerFactory);
2 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
OutputFormatterTest.cs (2)
19
Client =
Factory
.CreateDefaultClient();
24
Factory
.Dispose();