3 references to ForEqualCollectionsWithError
xunit.assert (3)
EqualityAsserts.cs (2)
700 throw NotEqualException.ForEqualCollectionsWithError(null, formattedExpected, null, formattedActual, null, exception, "Strings"); 805 throw NotEqualException.ForEqualCollectionsWithError(mismatchedIndex, formattedExpected, expectedPointer, formattedActual, actualPointer, exception, collectionDisplay);
Sdk\Exceptions\NotEqualException.cs (1)
55 ForEqualCollectionsWithError(null, expected, null, actual, null, null, collectionDisplay);