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