9 references to AssertMatch
Microsoft.AspNetCore.Routing.Tests (9)
Matching\DfaMatcherConformanceTest.cs (1)
54MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true);
Matching\FullFeaturedMatcherConformanceTest.cs (5)
351MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true); 385MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true); 438MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true); 468MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true); 499MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true);
Matching\HttpMethodMatcherPolicyIntegrationTestBase.cs (1)
289MatcherAssert.AssertMatch(httpContext, endpoint2, ignoreValues: true);
Matching\RouteMatcherConformanceTest.cs (1)
38MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true);
Matching\TreeRouterMatcherConformanceTest.cs (1)
52MatcherAssert.AssertMatch(httpContext, expected, ignoreValues: true);