org.unitils.mock.report.impl
Class ProxyInvocationsReport.FormattedObject

java.lang.Object
  extended by org.unitils.mock.report.impl.ProxyInvocationsReport.FormattedObject
Enclosing class:
ProxyInvocationsReport

protected static class ProxyInvocationsReport.FormattedObject
extends Object

Class for representing a value that was too large to be displayed inline.


Constructor Summary
ProxyInvocationsReport.FormattedObject(String name, String representation)
          Creates a large value
 
Method Summary
 String getName()
           
 String getRepresentation()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyInvocationsReport.FormattedObject

public ProxyInvocationsReport.FormattedObject(String name,
                                              String representation)
Creates a large value

Parameters:
name - The name used as inline replacement, not null
representation - The actual string representation of the value, not null
Method Detail

getName

public String getName()
Returns:
The name used as inline replacement, not null

getRepresentation

public String getRepresentation()
Returns:
The actual string representation of the value, not null


Copyright © 2011. All Rights Reserved.