1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
SimpleTests.cs (1)
16
Factory
= new MvcTestFixture<SimpleWebSite.Startup>(LoggerFactory);
2 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
SimpleTests.cs (2)
17
Client =
Factory
.CreateDefaultClient();
22
Factory
.Dispose();