org.mockito.internal.verification
Class NumberOfInvocationsVerifier

java.lang.Object
  extended by org.mockito.internal.verification.NumberOfInvocationsVerifier
All Implemented Interfaces:
Verifier

public class NumberOfInvocationsVerifier
extends java.lang.Object
implements Verifier


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

Constructor Detail

NumberOfInvocationsVerifier

public NumberOfInvocationsVerifier()
Method Detail

verify

public void verify(java.util.List<Invocation> invocations,
                   InvocationMatcher wanted,
                   VerificationModeImpl mode)
Specified by:
verify in interface Verifier