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