1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
HtmlGenerationTest.cs (1)
25
Factory
= new MvcTestFixture<HtmlGenerationWebSite.Startup>(LoggerFactory).WithWebHostBuilder(ConfigureWebHostBuilder);
3 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
HtmlGenerationTest.cs (3)
27
Client =
Factory
.CreateDefaultClient();
33
Factory
.Dispose();
216
var client =
Factory