public class BooleanCondition extends java.lang.Object implements Condition<java.lang.Boolean>
| Constructor and Description |
|---|
BooleanCondition(boolean expected) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
passes(java.lang.Boolean value)
Returns whether the provided value passes the condition.
|