Uses of Class
org.assertj.core.presentation.PredicateDescription
-
Packages that use PredicateDescription Package Description org.assertj.core.error org.assertj.core.internal org.assertj.core.presentation -
-
Uses of PredicateDescription in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type PredicateDescription Modifier and Type Method Description static <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
. -
Uses of PredicateDescription in org.assertj.core.internal
Methods in org.assertj.core.internal with parameters of type PredicateDescription Modifier and Type Method Description <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 PredicateDescription Modifier and Type Field Description static PredicateDescription
PredicateDescription. GIVEN
Methods in org.assertj.core.presentation with parameters of type PredicateDescription Modifier and Type Method Description protected String
StandardRepresentation. toStringOf(PredicateDescription p)
-