| Package | Description |
|---|---|
| org.assertj.core.api | |
| org.assertj.core.error | |
| org.assertj.core.internal | |
| org.assertj.core.presentation |
| Modifier and Type | Method and Description |
|---|---|
private SELF |
AbstractCompletableFutureAssert.isCompletedWithValueMatching(java.util.function.Predicate<? super RESULT> predicate,
PredicateDescription description) |
private SELF |
AbstractAssert.matches(java.util.function.Predicate<? super ACTUAL> predicate,
PredicateDescription predicateDescription) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ErrorMessageFactory |
ElementsShouldMatch.elementsShouldMatch(java.lang.Object actual,
T elementsNotMatchingPredicate,
PredicateDescription predicateDescription) |
static <T> ErrorMessageFactory |
NoElementsShouldMatch.noElementsShouldMatch(java.lang.Object actual,
T elementMatchingPredicate,
PredicateDescription predicateDescription) |
static <T> ErrorMessageFactory |
ShouldAccept.shouldAccept(java.util.function.Predicate<? super T> predicate,
T value,
PredicateDescription description)
Creates a new
ShouldAccept. |
static <T> ErrorMessageFactory |
ShouldMatch.shouldMatch(T actual,
java.util.function.Predicate<? super T> predicate,
PredicateDescription predicateDescription)
Creates a new
ShouldMatch. |
static <T> ErrorMessageFactory |
ShouldNotAccept.shouldNotAccept(java.util.function.Predicate<? super T> predicate,
T value,
PredicateDescription description)
Creates a new
ShouldNotAccept. |
static <T> ErrorMessageFactory |
ShouldNotMatch.shouldNotMatch(T actual,
java.util.function.Predicate<? super T> predicate,
PredicateDescription predicateDescription)
Creates a new
ShouldNotMatch. |
| Constructor and Description |
|---|
ElementsShouldMatch(java.lang.Object actual,
java.lang.Iterable<?> notMatching,
PredicateDescription predicateDescription) |
ElementsShouldMatch(java.lang.Object actual,
java.lang.Object notMatching,
PredicateDescription predicateDescription) |
NoElementsShouldMatch(java.lang.Object actual,
java.lang.Object satisfies,
PredicateDescription predicateDescription) |
ShouldAccept(java.util.function.Predicate<?> predicate,
java.lang.Object value,
PredicateDescription description) |
ShouldMatch(java.lang.Object actual,
java.util.function.Predicate<?> predicate,
PredicateDescription description) |
ShouldNotAccept(java.util.function.Predicate<?> predicate,
java.lang.Object value,
PredicateDescription description) |
ShouldNotMatch(java.lang.Object actual,
java.util.function.Predicate<?> predicate,
PredicateDescription description) |
| Modifier and Type | Method and Description |
|---|---|
<E> void |
Iterables.assertAllMatch(AssertionInfo info,
java.lang.Iterable<? extends E> actual,
java.util.function.Predicate<? super E> predicate,
PredicateDescription predicateDescription) |
<E> void |
Iterables.assertNoneMatch(AssertionInfo info,
java.lang.Iterable<? extends E> actual,
java.util.function.Predicate<? super E> predicate,
PredicateDescription predicateDescription) |
| Modifier and Type | Field and Description |
|---|---|
static PredicateDescription |
PredicateDescription.GIVEN |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
StandardRepresentation.toStringOf(PredicateDescription p) |