public class PropertyNotNullSpecification<T> extends ExpressionSpecification
| Constructor and Description |
|---|
PropertyNotNullSpecification(PropertyFunction<T> property) |
| Modifier and Type | Method and Description |
|---|---|
PropertyFunction<T> |
property() |
boolean |
satisfiedBy(Composite item)
Test whether an item matches the given specification
|
String |
toString() |
and, orpublic PropertyNotNullSpecification(PropertyFunction<T> property)
public PropertyFunction<T> property()
public boolean satisfiedBy(Composite item)
Specificationitem - the item to be tested