1 override of GetMismatchExtents
xunit.assert (1)
Sdk\CollectionTracker.cs (1)
769 public override void GetMismatchExtents(
5 references to GetMismatchExtents
xunit.assert (5)
EqualityAsserts.cs (4)
224 expectedTracker?.GetMismatchExtents(mismatchedIndex, out expectedStartIdx, out expectedEndIdx); 228 actualTracker?.GetMismatchExtents(mismatchedIndex, out actualStartIdx, out actualEndIdx); 751 expectedTracker?.GetMismatchExtents(mismatchedIndex, out expectedStartIdx, out expectedEndIdx); 755 actualTracker?.GetMismatchExtents(mismatchedIndex, out actualStartIdx, out actualEndIdx);
Sdk\CollectionTracker.cs (1)
390 /// obtained by calling <see cref="GetMismatchExtents"/>.