| Package | Description |
|---|---|
| org.assertj.core.error | |
| org.assertj.core.internal | |
| org.assertj.core.presentation |
| 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 new
ShouldAccept. |
static <T> ErrorMessageFactory |
ShouldMatch.shouldMatch(T actual,
Predicate<? super T> predicate,
PredicateDescription predicateDescription) |
Creates a new
ShouldMatch. |
static <T> ErrorMessageFactory |
ShouldNotAccept.shouldNotAccept(Predicate<? super T> predicate,
T value,
PredicateDescription description) |
Creates a new
ShouldNotAccept. |
static <T> ErrorMessageFactory |
ShouldNotMatch.shouldNotMatch(T actual,
Predicate<? super T> predicate,
PredicateDescription predicateDescription) |
Creates a new
ShouldNotMatch. |
| 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) |
| Modifier and Type | Field | Description |
|---|---|---|
static PredicateDescription |
PredicateDescription.GIVEN |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
StandardRepresentation.toStringOf(PredicateDescription p) |
Copyright © 2014–2019. All rights reserved.