Package org.assertj.core.internal
Class IndexedDiff
java.lang.Object
org.assertj.core.internal.IndexedDiff
Immutable class modeling the actual and expected elements at a given index.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIndexedDiff
(Object actual, Object expected, int index) Create aIndexedDiff
. -
Method Summary
-
Field Details
-
actual
-
expected
-
index
public final int index
-
-
Constructor Details
-
IndexedDiff
Create aIndexedDiff
.- Parameters:
actual
- the actual value of the diff.expected
- the expected value of the diff.index
- the index the diff occurred at.
-
-
Method Details