public class BinaryRepresentation extends Object implements Representation
| Modifier and Type | Field and Description |
|---|---|
static String |
BYTE_PREFIX |
| Constructor and Description |
|---|
BinaryRepresentation() |
public static final String BYTE_PREFIX
public String toStringOf(Object object)
toString representation of the given object. It may or not the object's own
implementation of toString.toStringOf in interface Representationobject - the given object.toString representation of the given object.Copyright © 2013-2014 AssertJ. All Rights Reserved.