org.mockito.internal.verification.checkers
Class NumberOfInvocationsInOrderChecker

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

public class NumberOfInvocationsInOrderChecker
extends java.lang.Object


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

Constructor Detail

NumberOfInvocationsInOrderChecker

public NumberOfInvocationsInOrderChecker()
Method Detail

check

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