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)
62protected override IHost CreateHost(IHostBuilder builder)
TestingInfrastructureInheritanceTests.cs (1)
150protected override IHost CreateHost(IHostBuilder builder)
Microsoft.AspNetCore.Mvc.Testing (1)
WebApplicationFactory.cs (1)
638protected 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)
70return base.CreateHost(builder);
TestingInfrastructureInheritanceTests.cs (1)
153return base.CreateHost(builder);
Microsoft.AspNetCore.Mvc.Testing (3)
WebApplicationFactory.cs (3)
123CreateHost, 213_host = CreateHost(hostBuilder); 424/// <see cref="IHostBuilder"/> will use <see cref="CreateHost"/> instead.
Microsoft.AspNetCore.OpenApi.Tests (1)
Integration\SampleAppFixture.cs (1)
12return base.CreateHost(builder);