public class UnicodeRepresentation extends StandardRepresentation
| Modifier and Type | Field and Description |
|---|---|
static UnicodeRepresentation |
UNICODE_REPRESENTATION |
ELEMENT_SEPARATOR, ELEMENT_SEPARATOR_WITH_NEWLINE, STANDARD_REPRESENTATION| Constructor and Description |
|---|
UnicodeRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
toStringOf(Character string) |
String |
toStringOf(Object object)
Returns hexadecimal the
toString representation of the given String or Character. |
protected String |
toStringOf(String string) |
customFormat, format, format, formatArray, formatPrimitiveArray, getMaxLengthForSingleLineDescription, hasCustomFormatterFor, multiLineFormat, multiLineFormat, registerFormatterForType, removeAllRegisteredFormatters, setMaxLengthForSingleLineDescription, singleLineFormat, singleLineFormat, smartFormat, smartFormat, toString, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOf, toStringOfpublic static final UnicodeRepresentation UNICODE_REPRESENTATION
public String toStringOf(Object object)
toString representation of the given String or Character.toStringOf in interface RepresentationtoStringOf in class StandardRepresentationobject - the given object.toString representation of the given object.protected String toStringOf(Character string)
toStringOf in class StandardRepresentationprotected String toStringOf(String string)
toStringOf in class StandardRepresentationCopyright © 2014–2016 AssertJ. All rights reserved.