7 references to FormatIndexedMismatch
Microsoft.DotNet.XUnitAssert.Tests (5)
Asserts\Sdk\CollectionTrackerTests.cs (5)
76 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 2600, out var pointerIndent, ArgumentFormatter.MaxEnumerableLength + 1);
88 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 0, out var pointerIndent);
100 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 1, out var pointerIndent);
112 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 3, out var pointerIndent);
124 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 6, out var pointerIndent);
xunit.assert (2)