3 references to CustomWebApplicationFactory
Microsoft.AspNetCore.Mvc.FunctionalTests (3)
TestServerWithCustomConfigurationIntegrationTests.cs (3)
21public class TestServerWithCustomConfigurationIntegrationTests : IClassFixture<CustomWebApplicationFactory> 23public CustomWebApplicationFactory Factory { get; } 25public TestServerWithCustomConfigurationIntegrationTests(CustomWebApplicationFactory factory)