Package dev.comfast.cf.common.conditions
Class ConditionImpl
java.lang.Object
dev.comfast.cf.common.conditions.ConditionImpl
- All Implemented Interfaces:
Condition
Represents a condition that can be checked against a CfLocator.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
test
Executes test against given locator. Doesn't throw any exception -
expect
Description copied from interface:Conditionthrow if condition not pass -
negate
-
toString
-
builder
-
toBuilder
-
getName
-
isPassIfNotFound
public boolean isPassIfNotFound()- Specified by:
isPassIfNotFoundin interfaceCondition- Returns:
- should pass if given element not exists
-