public class UnicodeRepresentation extends Object implements Representation
| Constructor and Description |
|---|
UnicodeRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
toStringOf(Object object)
Returns hexadecimal the
toString representation of the given String or Character. |
public String toStringOf(Object object)
toString representation of the given String or Character.toStringOf in interface Representationobject - the given object.toString representation of the given object.Copyright © 2013-2015 AssertJ. All Rights Reserved.