2 overrides of CreateWebHostBuilder
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
156protected override IWebHostBuilder CreateWebHostBuilder()
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
640protected override IWebHostBuilder? CreateWebHostBuilder() => _createWebHostBuilder();
3 references to CreateWebHostBuilder
Microsoft.AspNetCore.Mvc.FunctionalTests (1)
TestingInfrastructureInheritanceTests.cs (1)
159return base.CreateWebHostBuilder();
Microsoft.AspNetCore.Mvc.Testing (2)
WebApplicationFactory.cs (2)
124CreateWebHostBuilder, 156var builder = CreateWebHostBuilder();