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