5 overrides of CreateHost
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
59protected override IHost CreateHost(IHostBuilder builder)
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
Infrastructure\MvcTestFixture.cs (1)
50protected override IHost CreateHost(IHostBuilder builder)
TestingInfrastructureInheritanceTests.cs (1)
144protected override IHost CreateHost(IHostBuilder builder)
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
634protected override IHost CreateHost(IHostBuilder builder) => _createHost(builder);
Microsoft.AspNetCore.OpenApi.Tests (1)
Integration\SampleAppFixture.cs (1)
9protected override IHost CreateHost(IHostBuilder builder)
7 references to CreateHost
Microsoft.AspNetCore.Identity.FunctionalTests (1)
Infrastructure\ServerFactory.cs (1)
61var result = base.CreateHost(builder);
Microsoft.AspNetCore.Mvc.FunctionalTests (2)
Infrastructure\MvcTestFixture.cs (1)
58return base.CreateHost(builder);
TestingInfrastructureInheritanceTests.cs (1)
147return base.CreateHost(builder);
Microsoft.AspNetCore.Mvc.Testing (3)
WebApplicationFactory.cs (3)
122CreateHost, 212_host = CreateHost(hostBuilder); 420/// <see cref="IHostBuilder"/> will use <see cref="CreateHost"/> instead.
Microsoft.AspNetCore.OpenApi.Tests (1)
Integration\SampleAppFixture.cs (1)
12return base.CreateHost(builder);