1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
InputParentValidationTests.cs (1)
28Factory = new MvcTestFixture<TStartup>(LoggerFactory).WithWebHostBuilder(builder => builder.UseStartup<TStartup>());
2 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
InputParentValidationTests.cs (2)
29Client = Factory.CreateDefaultClient(); 34Factory.Dispose();