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 StringShouldContainExactly.formatIndexDifferences(List<IndexedDiff> indexedDiffs) static ErrorMessageFactoryShouldContainExactly.shouldContainExactlyWithIndexes(Object actual, Iterable<?> expected, List<IndexedDiff> indexDifferences) Creates a newShouldContainExactly.static ErrorMessageFactoryShouldContainExactly.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 IndexedDiffModifierConstructorDescriptionprivateShouldContainExactly(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 AssertionErrorIterables.shouldContainExactlyWithIndexAssertionError(Iterable<?> actual, Object[] values, List<IndexedDiff> indexedDiffs, AssertionInfo info)