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 java.lang.Object

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


Constructor Summary
ProxyInvocationsReport.FormattedObject(java.lang.String name, java.lang.String representation)
          Creates a large value
 
Method Summary
 java.lang.String getName()
           
 java.lang.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(java.lang.String name,
                                              java.lang.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 java.lang.String getName()
Returns:
The name used as inline replacement, not null

getRepresentation

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


Copyright © 2009. All Rights Reserved.