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

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

public class TimesVerification
extends AbstractVerification


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

TimesVerification

public TimesVerification(int count)
Method Detail

meet

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