12 references to KestrelBasedWebApplicationFactory
Microsoft.AspNetCore.Mvc.FunctionalTests (12)
RealServerBackedIntegrationTests.cs (3)
10
public class RealServerBackedIntegrationTests : IClassFixture<
KestrelBasedWebApplicationFactory
>
12
public
KestrelBasedWebApplicationFactory
Factory { get; }
14
public RealServerBackedIntegrationTests(
KestrelBasedWebApplicationFactory
factory)
RealServerWithCustomConfigurationIntegrationTests.cs (3)
10
public class RealServerWithCustomConfigurationIntegrationTests : IClassFixture<
KestrelBasedWebApplicationFactory
>
14
public
KestrelBasedWebApplicationFactory
Factory { get; }
16
public RealServerWithCustomConfigurationIntegrationTests(
KestrelBasedWebApplicationFactory
factory)
RealServerWithDynamicPortIntegrationTests.cs (3)
11
public class RealServerWithDynamicPortIntegrationTests : IClassFixture<
KestrelBasedWebApplicationFactory
>
13
public
KestrelBasedWebApplicationFactory
Factory { get; }
15
public RealServerWithDynamicPortIntegrationTests(
KestrelBasedWebApplicationFactory
factory)
RealServerWithSpecifiedPortBackedIntegrationTests.cs (3)
10
public class RealServerWithSpecifiedPortBackedIntegrationTests : IClassFixture<
KestrelBasedWebApplicationFactory
>
14
public
KestrelBasedWebApplicationFactory
Factory { get; }
16
public RealServerWithSpecifiedPortBackedIntegrationTests(
KestrelBasedWebApplicationFactory
factory)