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