2 references to WrapAndGetFormattedValue
xunit.assert (2)
Sdk\ArgumentFormatter.cs (2)
337
.Select(f => new { name = f.Name, value =
WrapAndGetFormattedValue
(() => f.GetValue(value), depth) });
343
.Select(p => new { name = p.Name, value =
WrapAndGetFormattedValue
(() => p.GetValue(value), depth) });