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

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

public class AtLeastVerification
extends AbstractVerification


Field Summary
 
Fields inherited from class com.github.dreamhead.moco.monitor.verification.AbstractVerification
count
 
Constructor Summary
AtLeastVerification(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

AtLeastVerification

public AtLeastVerification(int count)
Method Detail

meet

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