Package org.assertj.core.description
Class TextDescription
java.lang.Object
org.assertj.core.description.Description
org.assertj.core.description.TextDescription
- Direct Known Subclasses:
EmptyTextDescription
A text-based description.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTextDescription
(String value, Object... args) Creates a new
.TextDescription
-
Method Summary
Methods inherited from class org.assertj.core.description.Description
emptyIfNull, mostRelevantDescription, toString
-
Field Details
-
value
-
args
-
-
Constructor Details
-
TextDescription
Creates a new
.TextDescription
- Parameters:
value
- the value of this description.args
- the replacements parameters of this description.- Throws:
NullPointerException
- if the given value isnull
.
-
-
Method Details