org.assertj.core.presentation
Class UnicodeRepresentation

java.lang.Object
  extended by org.assertj.core.presentation.UnicodeRepresentation
All Implemented Interfaces:
Representation

public class UnicodeRepresentation
extends Object
implements Representation

Unicode object representation instead of standard java representation.

Author:
Mariusz Smykula

Constructor Summary
UnicodeRepresentation()
           
 
Method Summary
 String toStringOf(Object object)
          Returns hexadecimal the toString representation of the given String or Character.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnicodeRepresentation

public UnicodeRepresentation()
Method Detail

toStringOf

public String toStringOf(Object object)
Returns hexadecimal the toString representation of the given String or Character.

Specified by:
toStringOf in interface Representation
Parameters:
object - the given object.
Returns:
the toString representation of the given object.


Copyright © 2013–2015 AssertJ. All rights reserved.