public class MatchesSpecification extends ExpressionSpecification
Constructor and Description |
---|
MatchesSpecification(PropertyFunction<String> property,
String regexp) |
MatchesSpecification(PropertyFunction<String> property,
Variable variable) |
Modifier and Type | Method and Description |
---|---|
PropertyFunction<String> |
property() |
String |
regexp() |
boolean |
satisfiedBy(Composite item) |
String |
toString() |
Object |
value() |
and, or
public MatchesSpecification(PropertyFunction<String> property, String regexp)
public MatchesSpecification(PropertyFunction<String> property, Variable variable)