Package org.apache.creadur.whisker.it
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.Predicate
static org.apache.commons.collections4.Predicate
boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
evaluate
in interfaceorg.apache.commons.collections4.Predicate
-
evaluate
-