4 references to AssertRouteValuesEqual
Microsoft.AspNetCore.Routing.Tests (4)
DefaultLinkParserTest.cs (3)
79
MatcherAssert.
AssertRouteValuesEqual
(new { controller = "Home", action = "Index", id = "17" }, values);
99
MatcherAssert.
AssertRouteValuesEqual
(new { controller = "Home", action = "Index", }, values);
115
MatcherAssert.
AssertRouteValuesEqual
(new { controller = "Home", action = "Index", id2 = "abc" }, values);
LinkParserEndpointNameExtensionsTest.cs (1)
53
MatcherAssert.
AssertRouteValuesEqual
(new { controller = "Home", action = "Index", id = "17" }, values);