org.mockito.internal.invocation
Class InvocationMarker

java.lang.Object
  extended by org.mockito.internal.invocation.InvocationMarker

public class InvocationMarker
extends java.lang.Object


Constructor Summary
InvocationMarker()
           
 
Method Summary
 void markVerified(Invocation invocation, CapturesArgumensFromInvocation wanted)
           
 void markVerified(java.util.List<Invocation> invocations, CapturesArgumensFromInvocation wanted)
           
 void markVerifiedInOrder(java.util.List<Invocation> chunk, CapturesArgumensFromInvocation wanted, InOrderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationMarker

public InvocationMarker()
Method Detail

markVerified

public void markVerified(java.util.List<Invocation> invocations,
                         CapturesArgumensFromInvocation wanted)

markVerified

public void markVerified(Invocation invocation,
                         CapturesArgumensFromInvocation wanted)

markVerifiedInOrder

public void markVerifiedInOrder(java.util.List<Invocation> chunk,
                                CapturesArgumensFromInvocation wanted,
                                InOrderContext context)