1 write to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
SimpleWithWebApplicationBuilderTests.cs (1)
26Factory = new MvcTestFixture<SimpleWebSiteWithWebApplicationBuilder.Program>(LoggerFactory);
7 references to Factory
Microsoft.AspNetCore.Mvc.FunctionalTests (7)
SimpleWithWebApplicationBuilderTests.cs (7)
27Client = Factory.CreateDefaultClient(); 32Factory.Dispose(); 155var fixture = Factory.WithWebHostBuilder(builder => 182var fixture = Factory.WithWebHostBuilder(builder => 203var fixture = Factory.WithWebHostBuilder(builder => 266var antiforgery = Factory.Services.GetRequiredService<IAntiforgery>(); 267var antiforgeryOptions = Factory.Services.GetRequiredService<IOptions<AntiforgeryOptions>>();