public class SuffixAttribute extends StringAttribute
parameterTypeBoolean, parameterTypeClass, parameterTypeInteger, parameterTypeStringCOMPARE_BIGGER, COMPARE_EQUAL, COMPARE_SMALLER, FULL_MATCH, IGNORE_WEIGHT, NO_MATCH, NORMAL_WEIGHT| Constructor and Description |
|---|
SuffixAttribute(String value) |
SuffixAttribute(String value,
String variableName) |
| Modifier and Type | Method and Description |
|---|---|
Attribute |
applyChanges(Serializable actual) |
ParameterizedAttribute |
applyVariableChange(String variableName) |
boolean |
isVisible()
This method should return
true if the attribute is meaningful to the user, i.e. |
getType, getValue, matchgetVariableNamepublic SuffixAttribute(String value)
public boolean isVisible()
Attributetrue if the attribute is meaningful to the user, i.e. can be visually detected
by the user when examining the SUT. Attributes that are invisible (e.g. HTML name and id) should return
false.public Attribute applyChanges(Serializable actual)
applyChanges in class StringAttributepublic ParameterizedAttribute applyVariableChange(String variableName)
applyVariableChange in class StringAttributeCopyright © 2018 ReTest GmbH. All rights reserved.