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