6 references to RoutingTestFixture
Microsoft.AspNetCore.Routing.FunctionalTests (6)
HostMatchingTests.cs (3)
10
public class HostMatchingTests : IClassFixture<
RoutingTestFixture
<UseEndpointRoutingStartup>>
12
private readonly
RoutingTestFixture
<UseEndpointRoutingStartup> _fixture;
14
public HostMatchingTests(
RoutingTestFixture
<UseEndpointRoutingStartup> fixture)
MapFallbackTest.cs (3)
10
public class MapFallbackTest : IClassFixture<
RoutingTestFixture
<MapFallbackStartup>>
12
private readonly
RoutingTestFixture
<MapFallbackStartup> _fixture;
15
public MapFallbackTest(
RoutingTestFixture
<MapFallbackStartup> fixture)