|
IBM Rational Functional Tester Version 6.1 IBM Rational Functional Tester API Reference Project Version 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Represents the necessary methods for supporting a text-type verification point.
| Field Summary | |
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. |
| Method Summary | |
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. |
| Methods inherited from interface com.rational.test.ft.vp.ITestData |
getData, getDataType, getDescription, getName, getProperty, getPropertyKeys, getType, setData, setDataType, setDescription, setName, setProperty, setType |
| Field Detail |
public static final int IGNORE_NONE
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Valuespublic static final int IGNORE_LEADING_SPACES
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Valuespublic static final int IGNORE_TRAILING_SPACES
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Valuespublic static final int IGNORE_LEADING_AND_TRAILING_SPACES
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Valuespublic static final int IGNORE_INTERNAL_SPACES
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Valuespublic static final int IGNORE_ALL_SPACES
setWhiteSpaceMode(int),
getWhiteSpaceMode(),
Constant Field Values| Method Detail |
public java.lang.String getText()
Text associated with this
verification point.
public void setText(java.lang.String text)
Text associated with this verification point.
text - The Text associated with this verification pointpublic boolean getIgnoreCase()
ignoreCase property
associated with this verification point. If set to true, case-insensitive comparisons
are performed against this data.
setIgnoreCase(boolean)public void setIgnoreCase(boolean ignoreCase)
true, case-insensitive comparisons are
performed against this text.
ignoreCase - New setting for the case-sensitivity propertygetIgnoreCase()public int getWhiteSpaceMode()
setWhiteSpaceMode(int),
IGNORE_NONE,
IGNORE_LEADING_SPACES,
IGNORE_TRAILING_SPACES,
IGNORE_LEADING_AND_TRAILING_SPACES,
IGNORE_INTERNAL_SPACES,
IGNORE_ALL_SPACESpublic void setWhiteSpaceMode(int mode)
whiteSpaceMode proeprty.
IGNORE_* literalsgetWhiteSpaceMode(),
IGNORE_NONE,
IGNORE_LEADING_SPACES,
IGNORE_TRAILING_SPACES,
IGNORE_LEADING_AND_TRAILING_SPACES,
IGNORE_INTERNAL_SPACES,
IGNORE_ALL_SPACES
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||