Uses of Class
org.assertj.core.internal.IndexedDiff
Packages that use IndexedDiff
-
Uses of IndexedDiff in org.assertj.core.error
Method parameters in org.assertj.core.error with type arguments of type IndexedDiffModifier and TypeMethodDescriptionprivate static String
ShouldContainExactly.formatIndexDifferences
(List<IndexedDiff> indexedDiffs) static ErrorMessageFactory
ShouldContainExactly.shouldContainExactlyWithIndexes
(Object actual, Iterable<?> expected, List<IndexedDiff> indexDifferences) Creates a newShouldContainExactly
.static ErrorMessageFactory
ShouldContainExactly.shouldContainExactlyWithIndexes
(Object actual, Iterable<?> expected, List<IndexedDiff> indexDifferences, ComparisonStrategy comparisonStrategy) Creates a newShouldContainExactly
.Constructor parameters in org.assertj.core.error with type arguments of type IndexedDiffModifierConstructorDescriptionprivate
ShouldContainExactly
(Object actual, Object expected, List<IndexedDiff> indexDiffs, ComparisonStrategy comparisonStrategy) -
Uses of IndexedDiff in org.assertj.core.internal
Methods in org.assertj.core.internal that return types with arguments of type IndexedDiffModifier and TypeMethodDescriptionprivate List
<IndexedDiff> Iterables.compareOrder
(Object[] values, List<Object> actualAsList) Method parameters in org.assertj.core.internal with type arguments of type IndexedDiffModifier and TypeMethodDescriptionprivate AssertionError
Iterables.shouldContainExactlyWithIndexAssertionError
(Iterable<?> actual, Object[] values, List<IndexedDiff> indexedDiffs, AssertionInfo info)