|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITestDataText
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 |
---|
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 ValuesMethod Detail |
---|
java.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.
getWhiteSpaceMode()
,
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 |