- UByte - Class in com.rational.test.value
-
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 in com.rational.test.value
-
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 in com.rational.test.value
-
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
-
- uiPreferences - Static variable in class com.rational.test.ft.services.Monitor
-
- UnableToAccomplishAllHooksException - Exception in com.rational.test.ft
-
Thrown when the .NET infestation engine is not able to finish hooking all processes that it was given to hook.
- UnableToAccomplishAllHooksException() - Constructor for exception com.rational.test.ft.UnableToAccomplishAllHooksException
-
- UnableToAccomplishAllHooksException(String) - Constructor for exception com.rational.test.ft.UnableToAccomplishAllHooksException
-
- UnableToDeleteCookieException - Exception in com.rational.test.ft
-
Thrown when unsuccessfully trying to delete a browser cookie
by using the deleteCookies
method.
- UnableToDeleteCookieException() - Constructor for exception com.rational.test.ft.UnableToDeleteCookieException
-
- UnableToDeleteCookieException(String) - Constructor for exception com.rational.test.ft.UnableToDeleteCookieException
-
- UnableToHookException - Exception in com.rational.test.ft
-
Thrown when the .NET infestation engine is not able to finish hooking the process.
- UnableToHookException() - Constructor for exception com.rational.test.ft.UnableToHookException
-
- UnableToHookException(String) - Constructor for exception com.rational.test.ft.UnableToHookException
-
- UnableToHookException(String, int) - Constructor for exception com.rational.test.ft.UnableToHookException
-
- UnableToLoadCLRException - Exception in com.rational.test.ft
-
- UnableToLoadCLRException() - Constructor for exception com.rational.test.ft.UnableToLoadCLRException
-
- UnableToLoadCLRException(String) - Constructor for exception com.rational.test.ft.UnableToLoadCLRException
-
- UnableToLoadCLRException(String, int) - Constructor for exception com.rational.test.ft.UnableToLoadCLRException
-
- UnableToPerformActionException - Exception in com.rational.test.ft
-
Raised when a requested action cannot be performed
for a specified reason.
- UnableToPerformActionException() - Constructor for exception com.rational.test.ft.UnableToPerformActionException
-
- UnableToPerformActionException(String) - Constructor for exception com.rational.test.ft.UnableToPerformActionException
-
- uncheck() - Static method in class com.rational.test.ft.script.Action
-
Creates an UNCHECK
action object.
- 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
-
- undetermined() - Static method in class com.rational.test.ft.script.Action
-
Creates an UNDETERMINED
action object.
- UNDETERMINED - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
-
Shortcut for an UNDETERMINED
action specification.
- unEscapeFile(String, String) - Static method in class com.rational.test.ft.FtLog
-
This is for the cases where the dojo based logs contain html tags for log info
- UNEXPECTED_PLUGIN_PATH - Static variable in class com.rational.test.ft.services.CorePluginLog
-
- UNEXPECTED_WINDOW_HANDLE - Static variable in interface com.rational.test.ft.script.IOptionName
-
Flag to set handling of unexpected active windows
- UNEXPECTED_WINDOW_HANDLE_PLAYBACK_OPTION - Static variable in interface com.rational.test.ft.script.IOptionName
-
- UnexpectedWindow - Class in com.rational.test.ft.script
-
- UnexpectedWindow() - Constructor for class com.rational.test.ft.script.UnexpectedWindow
-
- UnexpectedWindowConfigurationManager - Class in com.rational.test.ft.script
-
- UnexpectedWindowConfigurationManager() - Constructor for class com.rational.test.ft.script.UnexpectedWindowConfigurationManager
-
- 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.
- 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.
- unMaskProperty(String) - Method in class com.rational.test.ft.services.LogMessageAdapter
-
Unmask a property.
- unregister() - Method in class com.rational.test.ft.object.interfaces.ClientTestObject
-
Unregisters a TestObject
reference.
- 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
-
- unregisterAll() - Static method in class com.rational.test.ft.script.RationalTestScript
-
- UnregisteredObjectException - Exception in com.rational.test.ft
-
Thrown when a TestObject
method is called on an unregistered object.
- UnregisteredObjectException() - Constructor for exception com.rational.test.ft.UnregisteredObjectException
-
- UnregisteredObjectException(String) - Constructor for exception com.rational.test.ft.UnregisteredObjectException
-
- unselectAll() - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiCtrlTreeTestObject
-
Removes all selection.
- unselectColumn(String) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiCtrlTreeTestObject
-
Removes a column from the column selection.
- unselectNode(Subitem) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiCtrlTreeTestObject
-
- unselectNodeByKey(String) - Method in class com.rational.test.ft.object.interfaces.SAP.SAPGuiCtrlTreeTestObject
-
Removes the node with the name nodeNmae from the Node selection.
- unsetDatapool() - Method in class com.rational.test.ft.script.DatapoolScriptSupport
-
Deprecated.
deprecated since v10.0.2
- 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.
- UnsupportedActionException - Exception in com.rational.test.ft
-
Thrown when a specified action is not supported by the object.
- UnsupportedActionException(Action) - Constructor for exception com.rational.test.ft.UnsupportedActionException
-
- UnsupportedActionException(String) - Constructor for exception com.rational.test.ft.UnsupportedActionException
-
- UnsupportedAnchorException - Exception in com.rational.test.ft
-
Thrown when a TestObject
is anchored by another TestObject
that is unrelated to it.
- UnsupportedAnchorException(String) - Constructor for exception com.rational.test.ft.UnsupportedAnchorException
-
- UnsupportedMethodException - Exception in com.rational.test.ft
-
Thrown when a method is found but not supported.
- UnsupportedMethodException(String, String) - Constructor for exception com.rational.test.ft.UnsupportedMethodException
-
- UnsupportedMethodException(String, String, String) - Constructor for exception com.rational.test.ft.UnsupportedMethodException
-
- UnsupportedMethodException(String) - Constructor for exception com.rational.test.ft.UnsupportedMethodException
-
- UnsupportedObject - Class in com.rational.test.ft.value
-
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 in com.rational.test.ft
-
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 exception com.rational.test.ft.UnsupportedSubitemException
-
- UnsupportedSubitemException(String) - Constructor for exception com.rational.test.ft.UnsupportedSubitemException
-
- updateActiveWindows(UnexpectedWindow, String, boolean) - Static method in class com.rational.test.ft.script.UnexpectedWindowConfigurationManager
-
Method to create/update active window.
- updateActiveWindowsData(UnexpectedWindow) - Static method in class com.rational.test.ft.script.UnexpectedWindowConfigurationManager
-
Method to update the active windows.
- updateChildOrder(IMappedTestObject[]) - Method in class com.rational.test.ft.object.map.MappedTestObject
-
Update the order of the children associated with this mapped test object.
- updateCloseWindowFlag(String, String) - Static method in class com.rational.test.ft.script.UnexpectedWindowConfigurationManager
-
- updateEquivalenceClass(IDatapoolEquivalenceClass, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
-
- updateMergedProperties(IMappedTestObject, IMappedTestObject) - Static method in class com.rational.test.ft.object.map.ObjectMap
-
- updateSafeElementId() - Method in class com.rational.test.ft.object.map.ObjectMap
-
The merge algorithm needs to keep track of the safe element id so that
shared map nodes can be properly separated from new nodes.
- updateSharedDatapoolCache(Datapool) - Method in class com.rational.test.ft.datapool.DatapoolFactory
-
- 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.
- updateThisToThatProperties(IMappedTestObject, IMappedTestObject) - Method in class com.rational.test.ft.object.map.ObjectMap
-
- updateTOCreationCount(int) - Method in class com.rational.test.ft.script.RationalTestScript
-
- updateTOUnregisterCount(int) - Method in class com.rational.test.ft.script.RationalTestScript
-
- updateVariable(IDatapoolVariable, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
-
Update the variable at a specified zero based variable index.
- 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.
- USE_FIND_BY_IDORNAME - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- USE_OPTIMIZED_FIND - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- USE_TOLERANCE - Static variable in class com.rational.test.ft.services.FtInstallOptions
-
- useMe() - Method in class com.rational.test.ft.services.PlaybackArgsPreferences.ArgusMRU
-
- 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.
- USER_SCREEN_SNAPSHOT_FILE_BASE - Static variable in interface com.rational.test.ft.services.ILog
-
The base file name (minus number) of snapshots logged by the user
- UserStoppedManualModeError - Error in com.rational.test.ft
-
- UserStoppedManualModeError() - Constructor for error com.rational.test.ft.UserStoppedManualModeError
-
- UserStoppedManualModeError(Throwable) - Constructor for error com.rational.test.ft.UserStoppedManualModeError
-
- UserStoppedManualModeError(String, Throwable) - Constructor for error com.rational.test.ft.UserStoppedManualModeError
-
- UserStoppedScriptError - Error in com.rational.test.ft
-
Thrown when the stop-execution hotkey is pressed by the user, or when the
script calls a Stop
method.
- UserStoppedScriptError() - Constructor for error com.rational.test.ft.UserStoppedScriptError
-
- UserStoppedScriptError(String) - Constructor for error com.rational.test.ft.UserStoppedScriptError
-
- userTimer - Variable in class com.rational.test.ft.ArmManage
-