7 references to FormatIndexedMismatch
Microsoft.DotNet.XUnitAssert.Tests (5)
Sdk\CollectionTrackerTests.cs (5)
82 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 2600, out var pointerIndent, ArgumentFormatter.MAX_DEPTH);
94 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 0, out var pointerIndent);
106 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 1, out var pointerIndent);
118 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 3, out var pointerIndent);
130 var result = CollectionTracker<int>.FormatIndexedMismatch(span, 6, out var pointerIndent);
xunit.assert (2)