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