org.mockito.internal.invocation
Class StubInfoImpl

java.lang.Object
  extended by org.mockito.internal.invocation.StubInfoImpl
All Implemented Interfaces:
java.io.Serializable, StubInfo

public class StubInfoImpl
extends java.lang.Object
implements StubInfo, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
StubInfoImpl(DescribedInvocation stubbedAt)
           
 
Method Summary
 Location stubbedAt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubInfoImpl

public StubInfoImpl(DescribedInvocation stubbedAt)
Method Detail

stubbedAt

public Location stubbedAt()
Specified by:
stubbedAt in interface StubInfo
Returns:
the location where the invocation was stubbed.