Class CheckHasPassedPredicate
java.lang.Object
org.apache.creadur.whisker.it.CheckHasPassedPredicate
- All Implemented Interfaces:
Predicate, org.apache.commons.collections4.Predicate
public class CheckHasPassedPredicate
extends Object
implements org.apache.commons.collections4.Predicate
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.collections4.Predicatestatic org.apache.commons.collections4.PredicatebooleanbooleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.collections4.Predicate
test
-
Method Details
-
checkFailed
public static org.apache.commons.collections4.Predicate checkFailed() -
checkPassed
public static org.apache.commons.collections4.Predicate checkPassed() -
evaluate
- Specified by:
evaluatein interfaceorg.apache.commons.collections4.Predicate
-
evaluate
-