3 references to AssertMatch
Microsoft.AspNetCore.Routing.Tests (3)
Matching\FullFeaturedMatcherConformanceTest.cs (2)
47MatcherAssert.AssertMatch(httpContext, endpoint, new { b = "17", c = "18", }); 62MatcherAssert.AssertMatch(httpContext, endpoint, new { b = "17", c = "18", d = "19" });
Matching\HostMatcherPolicyIntegrationTestBase.cs (1)
348MatcherAssert.AssertMatch(httpContext, endpoint, new { path = "hello" });