org.mockito.internal.verification.checkers
Class MissingInvocationInOrderChecker

java.lang.Object
  extended by org.mockito.internal.verification.checkers.MissingInvocationInOrderChecker

public class MissingInvocationInOrderChecker
extends java.lang.Object


Constructor Summary
MissingInvocationInOrderChecker()
           
 
Method Summary
 void check(java.util.List<Invocation> invocations, InvocationMatcher wanted, VerificationMode mode, InOrderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MissingInvocationInOrderChecker

public MissingInvocationInOrderChecker()
Method Detail

check

public void check(java.util.List<Invocation> invocations,
                  InvocationMatcher wanted,
                  VerificationMode mode,
                  InOrderContext context)