org.mockito.exceptions
Interface PrintableInvocation

All Known Subinterfaces:
DescribedInvocation, Invocation, VerificationAwareInvocation
All Known Implementing Classes:
InvocationImpl, InvocationMatcher, StubbedInvocationMatcher

Deprecated.

@Deprecated
public interface PrintableInvocation


Method Summary
 Location getLocation()
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 

Method Detail

toString

java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object

getLocation

Location getLocation()
Deprecated.