| Package | Description |
|---|---|
| org.assertj.core.error | |
| org.assertj.core.internal |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
ZippedElementsShouldSatisfy.ZipSatisfyError.describe(AssertionInfo info,
ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError) |
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
ZippedElementsShouldSatisfy.describe(AssertionInfo info,
java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) |
static ErrorMessageFactory |
ZippedElementsShouldSatisfy.zippedElementsShouldSatisfy(AssertionInfo info,
java.lang.Iterable<?> actual,
java.lang.Iterable<?> other,
java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) |
| Constructor and Description |
|---|
ZippedElementsShouldSatisfy(AssertionInfo info,
java.lang.Iterable<?> actual,
java.lang.Iterable<?> other,
java.util.List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) |
| Modifier and Type | Method and Description |
|---|---|
private <ACTUAL_ELEMENT,OTHER_ELEMENT> |
Iterables.failsZipRequirements(ACTUAL_ELEMENT actualElement,
OTHER_ELEMENT otherElement,
java.util.function.BiConsumer<ACTUAL_ELEMENT,OTHER_ELEMENT> zipRequirements) |