8 references to AssertMatch
Microsoft.AspNetCore.Routing.Tests (8)
Matching\MatcherAssert.cs (4)
28AssertMatch(httpContext, expected, new RouteValueDictionary()); 33AssertMatch(httpContext, expected, new RouteValueDictionary(), ignoreValues); 38AssertMatch(httpContext, expected, new RouteValueDictionary(values)); 52AssertMatch(httpContext, expected, new RouteValueDictionary(zipped));
Matching\MatcherConformanceTest.SingleEndpoint.cs (4)
205MatcherAssert.AssertMatch(httpContext, endpoint, values); 220MatcherAssert.AssertMatch(httpContext, endpoint, values); 235MatcherAssert.AssertMatch(httpContext, endpoint, values); 255MatcherAssert.AssertMatch(httpContext, endpoint, values);