org.mockito.internal.verification.checkers
Class NumberOfInvocationsChecker

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

public class NumberOfInvocationsChecker
extends java.lang.Object


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

NumberOfInvocationsChecker

public NumberOfInvocationsChecker()
Method Detail

check

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