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 SELF
AbstractCompletableFutureAssert.isCompletedWithValueMatching
(Predicate<? super RESULT> predicate, PredicateDescription description) private SELF
AbstractAssert.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> ErrorMessageFactory
ElementsShouldMatch.elementsShouldMatch
(Object actual, T elementsNotMatchingPredicate, PredicateDescription predicateDescription) static <T> ErrorMessageFactory
NoElementsShouldMatch.noElementsShouldMatch
(Object actual, T elementMatchingPredicate, PredicateDescription predicateDescription) static <T> ErrorMessageFactory
ShouldAccept.shouldAccept
(Predicate<? super T> predicate, T value, PredicateDescription description) Creates a newShouldAccept
.static <T> ErrorMessageFactory
ShouldMatch.shouldMatch
(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a newShouldMatch
.static <T> ErrorMessageFactory
ShouldNotAccept.shouldNotAccept
(Predicate<? super T> predicate, T value, PredicateDescription description) Creates a newShouldNotAccept
.static <T> ErrorMessageFactory
ShouldNotMatch.shouldNotMatch
(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a newShouldNotMatch
.Constructors in org.assertj.core.error with parameters of type PredicateDescriptionModifierConstructorDescriptionprivate
ElementsShouldMatch
(Object actual, Iterable<?> notMatching, PredicateDescription predicateDescription) private
ElementsShouldMatch
(Object actual, Object notMatching, PredicateDescription predicateDescription) private
NoElementsShouldMatch
(Object actual, Object satisfies, PredicateDescription predicateDescription) private
ShouldAccept
(Predicate<?> predicate, Object value, PredicateDescription description) private
ShouldMatch
(Object actual, Predicate<?> predicate, PredicateDescription description) private
ShouldNotAccept
(Predicate<?> predicate, Object value, PredicateDescription description) private
ShouldNotMatch
(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> void
Iterables.assertAllMatch
(AssertionInfo info, Iterable<? extends E> actual, Predicate<? super E> predicate, PredicateDescription predicateDescription) <E> void
Iterables.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 String
StandardRepresentation.toStringOf
(PredicateDescription p)