Uses of Class
org.assertj.core.presentation.PredicateDescription
Packages that use PredicateDescription
Package
Description
-
Uses of PredicateDescription in org.assertj.core.api
Methods in org.assertj.core.api with parameters of type PredicateDescriptionModifier and TypeMethodDescriptionprivate SELFAbstractCompletableFutureAssert.isCompletedWithValueMatching(Predicate<? super RESULT> predicate, PredicateDescription description) private SELFAbstractAssert.matches(Predicate<? super ACTUAL> predicate, PredicateDescription predicateDescription) -
Uses of PredicateDescription in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type PredicateDescriptionModifier and TypeMethodDescriptionstatic <T> ErrorMessageFactoryElementsShouldMatch.elementsShouldMatch(Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription) static <T> ErrorMessageFactoryNoElementsShouldMatch.noElementsShouldMatch(Object actual, T elementMatchingPredicate, PredicateDescription predicateDescription) static <T> ErrorMessageFactoryShouldAccept.shouldAccept(Predicate<? super T> predicate, T value, PredicateDescription description) Creates a newShouldAccept.static <T> ErrorMessageFactoryShouldMatch.shouldMatch(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a newShouldMatch.static <T> ErrorMessageFactoryShouldNotAccept.shouldNotAccept(Predicate<? super T> predicate, T value, PredicateDescription description) Creates a newShouldNotAccept.static <T> ErrorMessageFactoryShouldNotMatch.shouldNotMatch(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a newShouldNotMatch.Constructors in org.assertj.core.error with parameters of type PredicateDescriptionModifierConstructorDescriptionprivateElementsShouldMatch(Object actual, Iterable<?> notMatching, PredicateDescription predicateDescription) privateElementsShouldMatch(Object actual, Object notMatching, PredicateDescription predicateDescription) privateNoElementsShouldMatch(Object actual, Object satisfies, PredicateDescription predicateDescription) privateShouldAccept(Predicate<?> predicate, Object value, PredicateDescription description) privateShouldMatch(Object actual, Predicate<?> predicate, PredicateDescription description) privateShouldNotAccept(Predicate<?> predicate, Object value, PredicateDescription description) privateShouldNotMatch(Object actual, Predicate<?> predicate, PredicateDescription description) -
Uses of PredicateDescription in org.assertj.core.internal
Methods in org.assertj.core.internal with parameters of type PredicateDescriptionModifier and TypeMethodDescription<E> voidIterables.assertAllMatch(AssertionInfo info, Iterable<? extends E> actual, Predicate<? super E> predicate, PredicateDescription predicateDescription) <E> voidIterables.assertNoneMatch(AssertionInfo info, Iterable<? extends E> actual, Predicate<? super E> predicate, PredicateDescription predicateDescription) -
Uses of PredicateDescription in org.assertj.core.presentation
Fields in org.assertj.core.presentation declared as PredicateDescriptionMethods in org.assertj.core.presentation with parameters of type PredicateDescriptionModifier and TypeMethodDescriptionprotected StringStandardRepresentation.toStringOf(PredicateDescription p)