1 override of GetMismatchExtents
xunit.assert (1)
Sdk\CollectionTracker.cs (1)
693
public override void
GetMismatchExtents
(
5 references to GetMismatchExtents
xunit.assert (5)
EqualityAsserts.cs (4)
167
expectedTracker?.
GetMismatchExtents
(mismatchedIndex, out expectedStartIdx, out expectedEndIdx);
171
actualTracker?.
GetMismatchExtents
(mismatchedIndex, out actualStartIdx, out actualEndIdx);
616
expectedTracker?.
GetMismatchExtents
(mismatchedIndex, out expectedStartIdx, out expectedEndIdx);
620
actualTracker?.
GetMismatchExtents
(mismatchedIndex, out actualStartIdx, out actualEndIdx);
Sdk\CollectionTracker.cs (1)
331
/// obtained by calling <see cref="
GetMismatchExtents
"/>.