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