Uses of Interface
org.mockito.exceptions.PrintableInvocation

Packages that use PrintableInvocation
org.mockito.internal.exceptions   
org.mockito.internal.invocation Invocation and related classes. 
org.mockito.internal.stubbing Stubbing logic. 
org.mockito.invocation Public API related to invocation 
 

Uses of PrintableInvocation in org.mockito.internal.exceptions
 

Subinterfaces of PrintableInvocation in org.mockito.internal.exceptions
 interface VerificationAwareInvocation
           
 

Uses of PrintableInvocation in org.mockito.internal.invocation
 

Classes in org.mockito.internal.invocation that implement PrintableInvocation
 class InvocationImpl
          Method call on a mock object.
 class InvocationMatcher
           
 

Uses of PrintableInvocation in org.mockito.internal.stubbing
 

Classes in org.mockito.internal.stubbing that implement PrintableInvocation
 class StubbedInvocationMatcher
           
 

Uses of PrintableInvocation in org.mockito.invocation
 

Subinterfaces of PrintableInvocation in org.mockito.invocation
 interface DescribedInvocation
          Provides information about the invocation, specifically a human readable description and the location.
 interface Invocation
          A method call on a mock object.