Uses of Class
org.assertj.core.error.ZippedElementsShouldSatisfy.ZipSatisfyError
Packages that use ZippedElementsShouldSatisfy.ZipSatisfyError
-
Uses of ZippedElementsShouldSatisfy.ZipSatisfyError in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type ZippedElementsShouldSatisfy.ZipSatisfyErrorModifier and TypeMethodDescriptionstatic String
ZippedElementsShouldSatisfy.ZipSatisfyError.describe
(AssertionInfo info, ZippedElementsShouldSatisfy.ZipSatisfyError satisfyError) Method parameters in org.assertj.core.error with type arguments of type ZippedElementsShouldSatisfy.ZipSatisfyErrorModifier and TypeMethodDescriptionprivate static String
ZippedElementsShouldSatisfy.describe
(AssertionInfo info, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) static ErrorMessageFactory
ZippedElementsShouldSatisfy.zippedElementsShouldSatisfy
(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) Constructor parameters in org.assertj.core.error with type arguments of type ZippedElementsShouldSatisfy.ZipSatisfyErrorModifierConstructorDescriptionprivate
ZippedElementsShouldSatisfy
(AssertionInfo info, Iterable<?> actual, Iterable<?> other, List<ZippedElementsShouldSatisfy.ZipSatisfyError> zipSatisfyErrors) -
Uses of ZippedElementsShouldSatisfy.ZipSatisfyError in org.assertj.core.internal
Methods in org.assertj.core.internal that return types with arguments of type ZippedElementsShouldSatisfy.ZipSatisfyErrorModifier and TypeMethodDescriptionprivate <ACTUAL_ELEMENT,
OTHER_ELEMENT>
Optional<ZippedElementsShouldSatisfy.ZipSatisfyError> Iterables.failsZipRequirements
(ACTUAL_ELEMENT actualElement, OTHER_ELEMENT otherElement, BiConsumer<ACTUAL_ELEMENT, OTHER_ELEMENT> zipRequirements)