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