org.mockito.exceptions
Interface PrintableInvocation

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

public interface PrintableInvocation


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

Method Detail

toString

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

getLocation

Location getLocation()