4 references to newLineAndIndent
xunit.assert (4)
Sdk\Exceptions\EqualException.cs (4)
241 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2193 (pos {2})", newLineAndIndent, new string(' ', expectedPointer), expectedIndex); 246 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2191 (pos {2})", newLineAndIndent, new string(' ', actualPointer), actualIndex); 352 expected.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal), 358 actual.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal)