Modifier and Type | Field and Description |
---|---|
static int |
IGNORE_ALL_SPACES
White-space mode setting for ignoring all whitespace characters.
|
static int |
IGNORE_INTERNAL_SPACES
White-space mode setting for ignoring the nested whitespace
characters only.
|
static int |
IGNORE_LEADING_AND_TRAILING_SPACES
White-space mode setting for ignoring leading and trailing whitespace
characters.
|
static int |
IGNORE_LEADING_SPACES
White-space mode setting for ignoring leading whitespace characters.
|
static int |
IGNORE_NONE
Default white-space mode setting, which matches all characters without
ignoring any white-space characters.
|
static int |
IGNORE_TRAILING_SPACES
White-space mode setting for ignoring trailing whitespace characters.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getIgnoreCase()
Returns the
ignoreCase property
associated with this verification point. |
java.lang.String |
getText()
Accesses the
Text associated with this
verification point. |
int |
getWhiteSpaceMode()
Sets the text-data comparison model for the associated data.
|
void |
setIgnoreCase(boolean ignoreCase)
Sets the case-sensitivity property associated with this
verification point.
|
void |
setText(java.lang.String text)
Sets the
Text associated with this verification point. |
void |
setWhiteSpaceMode(int mode)
Returns the associated
whiteSpaceMode proeprty. |
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType
static final int IGNORE_NONE
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesstatic final int IGNORE_LEADING_SPACES
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesstatic final int IGNORE_TRAILING_SPACES
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesstatic final int IGNORE_LEADING_AND_TRAILING_SPACES
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesstatic final int IGNORE_INTERNAL_SPACES
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesstatic final int IGNORE_ALL_SPACES
setWhiteSpaceMode(int)
,
getWhiteSpaceMode()
,
Constant Field Valuesjava.lang.String getText()
Text
associated with this
verification point.void setText(java.lang.String text)
Text
associated with this verification point.text
- The Text
associated with this verification pointboolean getIgnoreCase()
ignoreCase
property
associated with this verification point. If set to true
, case-insensitive comparisons
are performed against this data.setIgnoreCase(boolean)
void setIgnoreCase(boolean ignoreCase)
true
, case-insensitive comparisons are
performed against this text.ignoreCase
- New setting for the case-sensitivity propertygetIgnoreCase()
int getWhiteSpaceMode()
mode
- One of the IGNORE_*
literalssetWhiteSpaceMode(int)
,
IGNORE_NONE
,
IGNORE_LEADING_SPACES
,
IGNORE_TRAILING_SPACES
,
IGNORE_LEADING_AND_TRAILING_SPACES
,
IGNORE_INTERNAL_SPACES
,
IGNORE_ALL_SPACES
void setWhiteSpaceMode(int mode)
whiteSpaceMode
proeprty.