1 override of FormatIndexedMismatch
xunit.assert (1)
Sdk\CollectionTracker.cs (1)
550
public override string
FormatIndexedMismatch
(
4 references to FormatIndexedMismatch
xunit.assert (4)
EqualityAsserts.cs (4)
243
formattedExpected = expectedTracker?.
FormatIndexedMismatch
(expectedStartIdx, expectedEndIdx, mismatchedIndex, out expectedPointer) ?? ArgumentFormatter.Format(expected);
247
formattedActual = actualTracker?.
FormatIndexedMismatch
(actualStartIdx, actualEndIdx, mismatchedIndex, out actualPointer) ?? ArgumentFormatter.Format(actual);
758
formattedExpected = expectedTracker?.
FormatIndexedMismatch
(expectedStartIdx, expectedEndIdx, mismatchedIndex, out expectedPointer) ?? ArgumentFormatter.Format(expected);
761
formattedActual = actualTracker?.
FormatIndexedMismatch
(actualStartIdx, actualEndIdx, mismatchedIndex, out actualPointer) ?? ArgumentFormatter.Format(actual);