org.mockito.internal.verification
Class AtMost

java.lang.Object
  extended by org.mockito.internal.verification.AtMost
All Implemented Interfaces:
VerificationMode

public class AtMost
extends java.lang.Object
implements VerificationMode


Constructor Summary
AtMost(int maxNumberOfInvocations)
           
 
Method Summary
 void verify(VerificationData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtMost

public AtMost(int maxNumberOfInvocations)
Method Detail

verify

public void verify(VerificationData data)
Specified by:
verify in interface VerificationMode