ContainsSubString.withPropertyAndValueAndModes constructor
ContainsSubString.withPropertyAndValueAndModes(
- PropertyDefinitionBase propertyDefinition,
- String value,
- ContainmentMode containmentMode,
- ComparisonMode comparisonMode,
Implementation
ContainsSubString.withPropertyAndValueAndModes(
PropertyDefinitionBase propertyDefinition,
String value,
enumerations.ContainmentMode containmentMode,
enumerations.ComparisonMode comparisonMode)
: super.withProperty(propertyDefinition) {
this.value = value;
this.containmentMode = containmentMode;
this.comparisonMode = comparisonMode;
}