com.github.dreamhead.moco.monitor.verification
Class AtMostVerification

java.lang.Object
  extended by com.github.dreamhead.moco.monitor.verification.AbstractVerification
      extended by com.github.dreamhead.moco.monitor.verification.AtMostVerification
All Implemented Interfaces:
VerificationMode

public class AtMostVerification
extends AbstractVerification


Field Summary
 
Fields inherited from class com.github.dreamhead.moco.monitor.verification.AbstractVerification
count
 
Constructor Summary
AtMostVerification(int count)
           
 
Method Summary
protected  boolean meet(int size)
           
 
Methods inherited from class com.github.dreamhead.moco.monitor.verification.AbstractVerification
verify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AtMostVerification

public AtMostVerification(int count)
Method Detail

meet

protected boolean meet(int size)
Specified by:
meet in class AbstractVerification