| Package | Description |
|---|---|
| org.assertj.core.error | |
| org.assertj.core.presentation |
| Modifier and Type | Method and Description |
|---|---|
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 | Field and Description |
|---|---|
static PredicateDescription |
PredicateDescription.GIVEN |
| Modifier and Type | Method and Description |
|---|---|
protected String |
StandardRepresentation.toStringOf(PredicateDescription p) |
Copyright © 2014–2016 AssertJ. All rights reserved.