4 overrides of ConfigureWebHost
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
39protected override void ConfigureWebHost(IWebHostBuilder builder)
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
Infrastructure\MvcTestFixture.cs (1)
25protected override void ConfigureWebHost(IWebHostBuilder builder)
TestingInfrastructureInheritanceTests.cs (1)
138protected override void ConfigureWebHost(IWebHostBuilder builder)
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
646protected override void ConfigureWebHost(IWebHostBuilder builder) => _configuration(builder);
3 references to ConfigureWebHost
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
41base.ConfigureWebHost(builder);
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
141base.ConfigureWebHost(builder);
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
60_configuration = ConfigureWebHost;