org.assertj.core.presentation
Interface Representation

All Known Implementing Classes:
BinaryRepresentation, HexadecimalRepresentation, StandardRepresentation, UnicodeRepresentation

public interface Representation

Author:
Mariusz Smykula

Method Summary
 String toStringOf(Object object)
          Returns the toString representation of the given object.
 

Method Detail

toStringOf

String toStringOf(Object object)
Returns the toString representation of the given object. It may or not the object's own implementation of toString.

Parameters:
object - the given object.
Returns:
the toString representation of the given object.


Copyright © 2013–2015 AssertJ. All rights reserved.