|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester Proxy SDK Reference Project Version 2.3 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.rational.test.ft.domain.ProxyUtilities
public class ProxyUtilities
Field Summary | |
---|---|
static com.rational.test.ft.util.FtDebug |
debug
|
Constructor Summary | |
---|---|
ProxyUtilities()
|
Method Summary | |
---|---|
static java.lang.String |
convertToIdentifier(java.lang.String base, int max)
|
static java.lang.String |
getIdentifier(java.lang.String base, int max)
This method no longer converts the given string to an identifier that converts the character which causes the compilation error to a valid character. |
static int |
getMaxDatapoolItemCount()
|
static boolean |
setTextFromGlass(ProxyTestObject proxy, java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using high level actions and set the text to teh supplied text value. |
static boolean |
setTextFromGlass(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
The same as the sister method setTextFromGlass , except that this method futher allows the key sequence used to clear text from the control to be specified. |
static boolean |
setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using high level actions and set the text to teh supplied text value. |
static boolean |
setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
The same as the sister method setTextFromGlassOnBaseChannel , except that this method futher allows the key sequence used to clear text from the control to be specified. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final com.rational.test.ft.util.FtDebug debug
Constructor Detail |
---|
public ProxyUtilities()
Method Detail |
---|
public static java.lang.String getIdentifier(java.lang.String base, int max)
public static java.lang.String convertToIdentifier(java.lang.String base, int max)
public static boolean setTextFromGlass(ProxyTestObject proxy, java.lang.String text)
boolean
result specified the success of this action.
proxy
- The proxy for the editable text field to be updated.text
- The inputChars to be sent to the text field after it
has been cleared.
true
value is returned if the text operations
succeed.public static boolean setTextFromGlass(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
setTextFromGlass
, except that this method futher allows the key sequence used to clear text from the control to be specified.
proxy
- The proxy for the editable text field to be updated.text
- The inputChars to be sent to the text field after it
has been cleared.clearTextKeys
- The key sequence that should be used to clear text from the controls display.
true
value is returned if the text operations
succeed.public static boolean setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text)
boolean
result specified the success of this action.
proxy
- The proxy for the editable text field to be updated.text
- The inputChars to be sent to the text field after it
has been cleared.
true
value is returned if the text operations
succeed.public static boolean setTextFromGlassOnBaseChannel(ProxyTestObject proxy, java.lang.String text, java.lang.String clearTextKeys)
setTextFromGlassOnBaseChannel
, except that this method futher allows the key sequence used to clear text from the control to be specified.
proxy
- The proxy for the editable text field to be updated.text
- The inputChars to be sent to the text field after it
has been cleared.clearTextKeys
- The key sequence that should be used to clear text from the controls display.
true
value is returned if the text operations
succeed.public static int getMaxDatapoolItemCount()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |