7 references to ConfigureWebHostCalled
Microsoft.AspNetCore.Mvc.FunctionalTests (7)
TestingInfrastructureInheritanceTests.cs (7)
22
.WithWebHostBuilder(builder => factory.
ConfigureWebHostCalled
.Add("Customization"))
23
.WithWebHostBuilder(builder => factory.
ConfigureWebHostCalled
.Add("FurtherCustomization"));
27
Assert.Equal(new[] { "ConfigureWebHost", "Customization", "FurtherCustomization" }, factory.
ConfigureWebHostCalled
.ToArray());
42
.WithWebHostBuilder(builder => factory.
ConfigureWebHostCalled
.Add("Customization"))
43
.WithWebHostBuilder(builder => factory.
ConfigureWebHostCalled
.Add("FurtherCustomization"));
47
Assert.Equal(new[] { "ConfigureWebHost", "Customization", "FurtherCustomization" }, factory.
ConfigureWebHostCalled
.ToArray());
140
ConfigureWebHostCalled
.Add("ConfigureWebHost");