5 references to AssertMatch
Microsoft.AspNetCore.Routing.Tests (5)
Matching\ContentEncodingNegotiationMatcherPolicyIntegrationTestBase.cs (2)
157MatcherAssert.AssertMatch(httpContext, paramEndpoint, new { name = "world" }); 236MatcherAssert.AssertMatch(httpContext, catchAllGzip, new { path = "other" });
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" });