Package org.assertj.core.error
Class ZippedElementsShouldSatisfy
java.lang.Object
org.assertj.core.error.BasicErrorMessageFactory
org.assertj.core.error.ZippedElementsShouldSatisfy
- All Implemented Interfaces:
ErrorMessageFactory
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.assertj.core.error.BasicErrorMessageFactory
arguments, format, formatter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
ZippedElementsShouldSatisfy
(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
describe
(AssertionInfo info, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) static ErrorMessageFactory
zippedElementsShouldSatisfy
(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) Methods inherited from class org.assertj.core.error.BasicErrorMessageFactory
create, create, create, equals, hashCode, toString, unquotedString
-
Field Details
-
DELIMITER
-
-
Constructor Details
-
ZippedElementsShouldSatisfy
private ZippedElementsShouldSatisfy(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)
-
-
Method Details
-
zippedElementsShouldSatisfy
public static ErrorMessageFactory zippedElementsShouldSatisfy(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) -
describe
private static String describe(AssertionInfo info, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)
-