IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0
A B C D E F G H I K L M N O P R S T U V W Y _

U

UByte - class com.rational.test.value.UByte.
Value class that provides an implementation of an unsigned 8 bit integer.
UByte(short) - Constructor for class com.rational.test.value.UByte
Constructs from a signed 16 bit value, only 8 bits of the value is used.
UByte(String) - Constructor for class com.rational.test.value.UByte
Constructs from a string.
UByte(byte) - Constructor for class com.rational.test.value.UByte
Constructs from a signed 8 bit value, the bits of the value are assumed to actually represent an unsigned number.
UInt32 - class com.rational.test.value.UInt32.
Value class that provides an implementation of an unsigned 32 bit integer.
UInt32(long) - Constructor for class com.rational.test.value.UInt32
Constructs from a signed 64 bit long value, only 32 bits of the value is used.
UInt32(int) - Constructor for class com.rational.test.value.UInt32
Constructs from a signed 32 bit value, the bits of the value are assumed to actually represent an unsigned number.
UInt32(String) - Constructor for class com.rational.test.value.UInt32
Constructs from a string.
UInt64 - class com.rational.test.value.UInt64.
Value class that provides an implementation of an unsigned 64 bit integer.
UInt64(long) - Constructor for class com.rational.test.value.UInt64
Constructs from a signed 64 bit long value, the bits are treated as if they represented an unsigned value.
UInt64(String) - Constructor for class com.rational.test.value.UInt64
Constructs from a string.
UInt64(BigInteger) - Constructor for class com.rational.test.value.UInt64
 
UNCHECK - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for an UNCHECK action specification.
UNDERLINE - Static variable in class com.rational.test.ft.value.FontInfo
 
UNINITIALIZED - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the browser UNINITIALIZED command flag.
UNINITIALIZED - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Indicates that the browser is uninitialized.
UNIX_ONLY - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Marks a command as suitable for running on a UNIX platform.
UPPER - Static variable in class com.rational.test.ft.value.NumericRange
Include the upper bound and not the lower bound of the numeric range in any comparisons.
USE_DEFAULT_LOG_INFO - Static variable in interface com.rational.test.ft.script.IOptionName
Uses the default log information.
UnableToAccomplishAllHooksException - exception com.rational.test.ft.UnableToAccomplishAllHooksException.
Thrown when the .NET infestation engine is not able to finish hooking all processes that it was given to hook.
UnableToAccomplishAllHooksException() - Constructor for class com.rational.test.ft.UnableToAccomplishAllHooksException
 
UnableToAccomplishAllHooksException(String) - Constructor for class com.rational.test.ft.UnableToAccomplishAllHooksException
 
UnableToDeleteCookieException - exception com.rational.test.ft.UnableToDeleteCookieException.
Thrown when unsuccessfully trying to delete a browser cookie by using the deleteCookies method.
UnableToDeleteCookieException() - Constructor for class com.rational.test.ft.UnableToDeleteCookieException
 
UnableToDeleteCookieException(String) - Constructor for class com.rational.test.ft.UnableToDeleteCookieException
 
UnableToHookException - exception com.rational.test.ft.UnableToHookException.
Thrown when the .NET infestation engine is not able to finish hooking the process.
UnableToHookException() - Constructor for class com.rational.test.ft.UnableToHookException
 
UnableToHookException(String) - Constructor for class com.rational.test.ft.UnableToHookException
 
UnableToPerformActionException - exception com.rational.test.ft.UnableToPerformActionException.
Raised when a requested action cannot be performed for a specified reason.
UnableToPerformActionException() - Constructor for class com.rational.test.ft.UnableToPerformActionException
 
UnableToPerformActionException(String) - Constructor for class com.rational.test.ft.UnableToPerformActionException
 
UnregisteredObjectException - exception com.rational.test.ft.UnregisteredObjectException.
Thrown when a TestObject method is called on an unregistered object.
UnregisteredObjectException() - Constructor for class com.rational.test.ft.UnregisteredObjectException
 
UnregisteredObjectException(String) - Constructor for class com.rational.test.ft.UnregisteredObjectException
 
UnsupportedActionException - exception com.rational.test.ft.UnsupportedActionException.
Thrown when a specified action is not supported by the object.
UnsupportedActionException(Action) - Constructor for class com.rational.test.ft.UnsupportedActionException
 
UnsupportedActionException(String) - Constructor for class com.rational.test.ft.UnsupportedActionException
 
UnsupportedAnchorException - exception com.rational.test.ft.UnsupportedAnchorException.
Thrown when a TestObject is anchored by another TestObject that is unrelated to it.
UnsupportedAnchorException(String) - Constructor for class com.rational.test.ft.UnsupportedAnchorException
 
UnsupportedMethodException - exception com.rational.test.ft.UnsupportedMethodException.
Thrown when a method is found but not supported.
UnsupportedMethodException(String, String) - Constructor for class com.rational.test.ft.UnsupportedMethodException
 
UnsupportedMethodException(String, String, String) - Constructor for class com.rational.test.ft.UnsupportedMethodException
 
UnsupportedMethodException(String) - Constructor for class com.rational.test.ft.UnsupportedMethodException
 
UnsupportedObject - class com.rational.test.ft.value.UnsupportedObject.
Supports compatibility between different versions of the product.
UnsupportedObject(String) - Constructor for class com.rational.test.ft.value.UnsupportedObject
 
UnsupportedObject(String, HashtableEx) - Constructor for class com.rational.test.ft.value.UnsupportedObject
 
UnsupportedSubitemException - exception com.rational.test.ft.UnsupportedSubitemException.
Thrown when a specified subitem is not supported by the object, for example, if a cell subitem is passed to a list.
UnsupportedSubitemException(Subitem) - Constructor for class com.rational.test.ft.UnsupportedSubitemException
 
UnsupportedSubitemException(String) - Constructor for class com.rational.test.ft.UnsupportedSubitemException
 
UserStoppedScriptError - error com.rational.test.ft.UserStoppedScriptError.
Thrown when the stop-execution hotkey is pressed by the user, or when the script calls a Stop method.
UserStoppedScriptError() - Constructor for class com.rational.test.ft.UserStoppedScriptError
 
UserStoppedScriptError(String) - Constructor for class com.rational.test.ft.UserStoppedScriptError
 
uncheck() - Static method in class com.rational.test.ft.script.Action
Creates an UNCHECK action object.
unload(IDatapool) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 
unload(IDatapool) - Method in class com.rational.test.ft.datapool.DatapoolFactory
 
unload(IDatapool) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolFactory
Removes a reference to an instance of a datapool.
unload(IDatapool) - Method in interface org.eclipse.hyades.execution.runtime.datapool.IDatapoolFactory
Removes a reference to an instance of a datapool.
unregister() - Method in class com.rational.test.ft.object.interfaces.TestObject
Unregisters a TestObject reference.
unregister(Object[]) - Static method in class com.rational.test.ft.script.RationalTestScript
Unregisters an array of TestObjects for this client.
unregisterAll() - Static method in class com.rational.test.ft.script.RationalTestScript
Unregisters all TestObjects for this client.
unsetenv(String) - Method in interface com.rational.test.ft.script.IOperatingSystem
Sets an environment variable to null.
unsetenv(String) - Static method in class com.rational.test.ft.script.RationalTestScript
Unsets an environment variable.
updateChildOrder(IMappedTestObject[]) - Method in class com.rational.test.ft.object.map.MappedTestObject
Update the order of the children associated with this mapped test object.
updateEquivalenceClass(IDatapoolEquivalenceClass, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Replace the equivalence class at a supplied index with a new value.
updateState(int) - Method in class com.rational.test.ft.script.NetCheckedState
Updates the internal state setting appropriately.
updateState(int) - Method in class com.rational.test.ft.script.State
Updates the internal state setting appropriately.
updateTestData(String, ITestData) - Method in class com.rational.test.ft.object.interfaces.TestObject
Updates the supplied test data object and returns it.
updateVariable(IDatapoolVariable, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Update the variable at a specified zero based variable index.
usePath() - Method in class com.rational.test.ft.script.List
Returns true if the list of subitems should be represented as a path in a script.

A B C D E F G H I K L M N O P R S T U V W Y _