1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
BasicTests.cs (1)
28
Factory
= new MvcTestFixture<BasicWebSite.StartupWithoutEndpointRouting>(LoggerFactory);
2 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
BasicTests.cs (2)
29
Client =
Factory
.CreateDefaultClient();
34
Factory
.Dispose();