Uses of Class
org.assertj.core.internal.IndexedDiff
-
Packages that use IndexedDiff Package Description org.assertj.core.error org.assertj.core.internal -
-
Uses of IndexedDiff in org.assertj.core.error
Method parameters in org.assertj.core.error with type arguments of type IndexedDiff Modifier and Type Method Description private static java.lang.String
ShouldContainExactly. formatIndexDifferences(java.util.List<IndexedDiff> indexedDiffs)
static ErrorMessageFactory
ShouldContainExactly. shouldContainExactlyWithIndexes(java.lang.Object actual, java.lang.Iterable<?> expected, java.util.List<IndexedDiff> indexDifferences)
Creates a newShouldContainExactly
.static ErrorMessageFactory
ShouldContainExactly. shouldContainExactlyWithIndexes(java.lang.Object actual, java.lang.Iterable<?> expected, java.util.List<IndexedDiff> indexDifferences, ComparisonStrategy comparisonStrategy)
Creates a newShouldContainExactly
.Constructor parameters in org.assertj.core.error with type arguments of type IndexedDiff Constructor Description ShouldContainExactly(java.lang.Object actual, java.lang.Object expected, java.util.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 IndexedDiff Modifier and Type Method Description private java.util.List<IndexedDiff>
Iterables. compareOrder(java.lang.Object[] values, java.util.List<java.lang.Object> actualAsList)
Method parameters in org.assertj.core.internal with type arguments of type IndexedDiff Modifier and Type Method Description private java.lang.AssertionError
Iterables. shouldContainExactlyWithIndexAssertionError(java.lang.Iterable<?> actual, java.lang.Object[] values, java.util.List<IndexedDiff> indexedDiffs, AssertionInfo info)
-