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