Uses of Class
org.assertj.core.presentation.PredicateDescription
Packages that use PredicateDescription
-
Uses of PredicateDescription in org.assertj.core.error
Methods in org.assertj.core.error with parameters of type PredicateDescriptionModifier and TypeMethodDescriptionstatic ErrorMessageFactoryAnyElementShouldMatch.anyElementShouldMatch(Object actual, PredicateDescription predicateDescription) static <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 new.ShouldAcceptstatic <T> ErrorMessageFactoryShouldMatch.shouldMatch(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a new.ShouldMatchstatic <T> ErrorMessageFactoryShouldNotAccept.shouldNotAccept(Predicate<? super T> predicate, T value, PredicateDescription description) Creates a new.ShouldNotAcceptstatic <T> ErrorMessageFactoryShouldNotMatch.shouldNotMatch(T actual, Predicate<? super T> predicate, PredicateDescription predicateDescription) Creates a new.ShouldNotMatch -
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)