Uses of Class
org.assertj.core.internal.IterableDiff
Packages that use IterableDiff
-
Uses of IterableDiff in org.assertj.core.internal
Methods in org.assertj.core.internal that return IterableDiffModifier and TypeMethodDescription(package private) static <T> IterableDiff
<T> (package private) static <T> IterableDiff
<T> IterableDiff.diff
(Iterable<T> actual, Iterable<T> expected, ComparisonStrategy comparisonStrategy) Methods in org.assertj.core.internal with parameters of type IterableDiffModifier and TypeMethodDescriptionprivate AssertionError
Iterables.shouldContainExactlyWithDiffAssertionError
(IterableDiff<Object> diff, Iterable<?> actual, Object[] values, AssertionInfo info)