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