public class TextDescription extends Description
| Constructor and Description |
|---|
TextDescription(String value,
Object... args)
Creates a new
TextDescription. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
value() |
toStringpublic TextDescription(String value, Object... args)
TextDescription.value - the value of this description.NullPointerException - if the given value is null.Copyright © 2014–2016 AssertJ. All rights reserved.