public class ZippedElementsShouldSatisfy extends BasicErrorMessageFactory
Modifier and Type | Class and Description |
---|---|
static class |
ZippedElementsShouldSatisfy.ZipSatisfyError |
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DELIMITER |
arguments, format, formatter
Modifier | Constructor and Description |
---|---|
private |
ZippedElementsShouldSatisfy(AssertionInfo info,
java.lang.Iterable<?> actual,
java.lang.Iterable<?> other,
java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) |
Modifier and Type | Method and 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) |
create, create, create, equals, hashCode, toString, unquotedString
private ZippedElementsShouldSatisfy(AssertionInfo info, java.lang.Iterable<?> actual, java.lang.Iterable<?> other, java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)
public static ErrorMessageFactory zippedElementsShouldSatisfy(AssertionInfo info, java.lang.Iterable<?> actual, java.lang.Iterable<?> other, java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)
private static java.lang.String describe(AssertionInfo info, java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors)