Package org.assertj.core.internal
Class IterableDiff
java.lang.Object
org.assertj.core.internal.IterableDiff
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIterableDiff
(Iterable<Object> actual, Iterable<Object> expected, ComparisonStrategy comparisonStrategy) -
Method Summary
Modifier and TypeMethodDescription(package private) static IterableDiff
(package private) boolean
private boolean
iterableContains
(Iterable<?> actual, Object value) missingElements
(Iterable<Object> actual, Iterable<Object> expected) unexpectedElements
(Iterable<Object> actual, Iterable<Object> expected)
-
Field Details
-
comparisonStrategy
-
unexpected
-
missing
-
-
Constructor Details
-
IterableDiff
IterableDiff(Iterable<Object> actual, Iterable<Object> expected, ComparisonStrategy comparisonStrategy)
-
-
Method Details
-
diff
static IterableDiff diff(Iterable<Object> actual, Iterable<Object> expected, ComparisonStrategy comparisonStrategy) -
differencesFound
boolean differencesFound() -
missingElements
-
unexpectedElements
-
iterableContains
-