org.mockito.internal.verification.checkers
Class NonGreedyNumberOfInvocationsInOrderChecker

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

public class NonGreedyNumberOfInvocationsInOrderChecker
extends java.lang.Object


Constructor Summary
NonGreedyNumberOfInvocationsInOrderChecker()
           
 
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

NonGreedyNumberOfInvocationsInOrderChecker

public NonGreedyNumberOfInvocationsInOrderChecker()
Method Detail

check

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