org.mockito.internal.debugging
Class Localized<T>

java.lang.Object
  extended by org.mockito.internal.debugging.Localized<T>

public class Localized<T>
extends java.lang.Object


Constructor Summary
Localized(T object)
           
 
Method Summary
 Location getLocation()
           
 T getObject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Localized

public Localized(T object)
Method Detail

getObject

public T getObject()

getLocation

public Location getLocation()