ContainsSubString.withPropertyAndValue constructor
ContainsSubString.withPropertyAndValue(
- PropertyDefinitionBase propertyDefinition,
- String value
Implementation
ContainsSubString.withPropertyAndValue(
PropertyDefinitionBase propertyDefinition, String value)
: super.withProperty(propertyDefinition) {
this.value = value;
}