2 references to ForMismatchedCollectionsWithError
xunit.assert (2)
EqualityAsserts.cs (1)
285 throw EqualException.ForMismatchedCollectionsWithError(mismatchedIndex, formattedExpected, expectedPointer, expectedItemType, formattedActual, actualPointer, actualItemType, exception, collectionDisplay);
Sdk\Exceptions\EqualException.cs (1)
67 ForMismatchedCollectionsWithError(mismatchedIndex, expected, expectedPointer, expectedType, actual, actualPointer, actualType, null, collectionDisplay);