org.mockito.internal.verification.checkers
Class AtLeastXNumberOfInvocationsInOrderChecker

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

public class AtLeastXNumberOfInvocationsInOrderChecker
extends java.lang.Object


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

Constructor Detail

AtLeastXNumberOfInvocationsInOrderChecker

public AtLeastXNumberOfInvocationsInOrderChecker(InOrderContext orderingContext)
Method Detail

check

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