public class PredicateDescription extends Object
Predicate description to be able to control how it is formatted in error messages using a
Representation.
Immutable class.
| Modifier and Type | Field and Description |
|---|---|
String |
description |
static PredicateDescription |
GIVEN |
| Constructor and Description |
|---|
PredicateDescription(String description)
Build a
PredicateDescription. |
public static final PredicateDescription GIVEN
public final String description
public PredicateDescription(String description)
PredicateDescription.description - must not be nullCopyright © 2014–2017 AssertJ. All rights reserved.