Package dev.comfast.cf.common.conditions
Class AllMatch
java.lang.Object
dev.comfast.cf.common.conditions.AllMatch
- All Implemented Interfaces:
Condition
Condition that pass if all sub-conditions are met.
-
Constructor Details
-
AllMatch
-
-
Method Details
-
expect
Description copied from interface:Conditionthrow if condition not pass -
negate
-
getName
-
isPassIfNotFound
public boolean isPassIfNotFound()true if all conditions allow pass if not found- Specified by:
isPassIfNotFoundin interfaceCondition- Returns:
- should pass if given element not exists
-