6 references to FormatRouteValues
Microsoft.AspNetCore.Routing.Tests (6)
Matching\MatcherAssert.cs (6)
22
$"Expected values:{
FormatRouteValues
(expectedValues)} Actual values: {
FormatRouteValues
(actualValues)}.");
77
$"'{httpContext.GetEndpoint().DisplayName}' with values: {
FormatRouteValues
(actualValues)}.");
88
$"Was expected to match '{expected.DisplayName}' with values {
FormatRouteValues
(values)} but matched " +
89
$"values: {
FormatRouteValues
(actualValues)}.");
100
$"but matched with values: {
FormatRouteValues
(httpContext.Request.RouteValues)}.");