Uses of Interface
org.mockito.internal.invocation.CapturesArgumensFromInvocation

Packages that use CapturesArgumensFromInvocation
org.mockito.internal.invocation Invocation and related classes. 
org.mockito.internal.stubbing Stubbing logic. 
 

Uses of CapturesArgumensFromInvocation in org.mockito.internal.invocation
 

Classes in org.mockito.internal.invocation that implement CapturesArgumensFromInvocation
 class InvocationMatcher
           
 

Methods in org.mockito.internal.invocation with parameters of type CapturesArgumensFromInvocation
 void InvocationMarker.markVerified(Invocation invocation, CapturesArgumensFromInvocation wanted)
           
 void InvocationMarker.markVerified(java.util.List<Invocation> invocations, CapturesArgumensFromInvocation wanted)
           
 void InvocationMarker.markVerifiedInOrder(java.util.List<Invocation> chunk, CapturesArgumensFromInvocation wanted, InOrderContext context)
           
 

Uses of CapturesArgumensFromInvocation in org.mockito.internal.stubbing
 

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