4 references to newLineAndIndent
xunit.assert (4)
Sdk\Exceptions\EqualException.cs (4)
156 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2193 (pos {2})", newLineAndIndent, new string(' ', expectedPointer), expectedIndex); 161 message += string.Format(CultureInfo.CurrentCulture, "{0}{1}\u2191 (pos {2})", newLineAndIndent, new string(' ', actualPointer), actualIndex); 234 expectedText.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal), 240 actualText.Replace(Environment.NewLine, newLineAndIndent, StringComparison.Ordinal)