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 _

M

MAPID - Static variable in interface com.rational.test.ft.script.IMapPropertyName
Identifies every node in an object map.
MATCH_CASEINDEPENDENT - Static variable in class com.rational.test.util.regex.Regex
MATCH flag to indicate that matching should be case-independent (folded)
MATCH_MULTILINE - Static variable in class com.rational.test.util.regex.Regex
MATCH flag to indicate that newlines should match as BOL/EOL (^ and $)
MATCH_NORMAL - Static variable in class com.rational.test.util.regex.Regex
MATCH flag that specifies normal, case-sensitive matching behaviour.
MAXIMIZE_BUTTON - Static variable in class com.rational.test.ft.script.Location
Location name for the MAXIMIZE_BUTTON subitem location specification.
MAXIMIZE_BUTTON - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a MAXIMIZE_BUTTON subitem location specifiction.
MAXIMUM_FIND_OBJECT_TIME - Static variable in interface com.rational.test.ft.script.IOptionName
The maximum amount of time to wait while trying to find an object.
MAXIMUM_IDENTIFIER_LENGTH - Static variable in interface com.rational.test.ft.script.IOptionName
Option to control the maximum number of characters used in a Test Object identifer in the script.
MAXIMUM_WAIT_FOR_EXISTENCE - Static variable in interface com.rational.test.ft.script.IOptionName
The maximum amount of time to wait while waiting for an object to come into existence.
MAX_VALUE - Static variable in class com.rational.test.value.Decimal
 
MAX_VALUE - Static variable in class com.rational.test.value.UInt64
 
MAX_VALUE_BIG_FORMAT - Static variable in class com.rational.test.value.UInt64
 
MAX_WEIGHT - Static variable in class com.rational.test.ft.script.WeightedProperty
Defines the maximum value that can be assigned to a weight attribute.
MAX_WEIGHT - Static variable in class com.rational.test.ft.script.WeightedPropertySet
Supplied as a convienence so that WeightedProperty.MAX_WEIGHT can be accessed without having to import the WeightedProperty class.
MAY_EXIT - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the MAY_EXIT command flag.
MAY_EXIT - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Marks a command as suitable for terminating the application under test.
MIDDLE - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a MIDDLE mouse modifier specification.
MIDDLE_BUTTON_DOWN - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
MIDDLE_BUTTON_UP - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
MINIMIZE_BUTTON - Static variable in class com.rational.test.ft.script.Location
Location name for the MINIMIZE_BUTTON subitem location specification.
MINIMIZE_BUTTON - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a MINIMIZE_BUTTON subitem location specifiction.
MIN_VALUE - Static variable in class com.rational.test.value.Decimal
 
MIN_VALUE - Static variable in class com.rational.test.value.UInt64
 
MIN_VALUE_BIG_FORMAT - Static variable in class com.rational.test.value.UInt64
 
MIN_WEIGHT - Static variable in class com.rational.test.ft.script.WeightedProperty
Defines the minimum value that can be assigned to a weight attribute.
MIN_WEIGHT - Static variable in class com.rational.test.ft.script.WeightedPropertySet
Supplied as a convienence so that WeightedProperty.MIN_WEIGHT can be accessed without having to import the WeightedProperty class.
MONTH - Static variable in class com.rational.test.ft.script.Location
Location name for the MONTH subitem location specification.
MONTH - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a MONTH subitem location specification.
MOUSE_HOVER_TIME - Static variable in interface com.rational.test.ft.script.IOptionName
Delays by this amount of time, in seconds, for each mouse hover.
MOUSE_LEFT - Static variable in class com.rational.test.ft.script.MouseModifiers
Exposes the MOUSE_LEFT bitmap literal.
MOUSE_MIDDLE - Static variable in class com.rational.test.ft.script.MouseModifiers
Exposes the MOUSE_MIDDLE bitmap literal.
MOUSE_MOVE_INTERPOLATION_PX - Static variable in interface com.rational.test.ft.script.IOptionName
Option to set the number of pixels moved when doing mouse move interpolation.
MOUSE_RIGHT - Static variable in class com.rational.test.ft.script.MouseModifiers
Exposes the MOUSE_RIGHT bitmap literal.
MOVE - Static variable in class com.rational.test.ft.script.LowLevelMouseEvent
 
MappedTestObject - class com.rational.test.ft.object.map.MappedTestObject.
 
MappedTestObject() - Constructor for class com.rational.test.ft.object.map.MappedTestObject
 
MappedTestObject(IMappedTestObject) - Constructor for class com.rational.test.ft.object.map.MappedTestObject
 
MappedTestObject(SpyMappedTestObject, boolean) - Constructor for class com.rational.test.ft.object.map.MappedTestObject
 
MethodInfo - class com.rational.test.ft.value.MethodInfo.
Provides information about a specified method.
MethodInfo(String, String, String) - Constructor for class com.rational.test.ft.value.MethodInfo
 
MethodNotFoundException - exception com.rational.test.ft.MethodNotFoundException.
Thrown when a method is not found.
MethodNotFoundException(String) - Constructor for class com.rational.test.ft.MethodNotFoundException
 
MethodNotFoundException(String, String) - Constructor for class com.rational.test.ft.MethodNotFoundException
 
MethodNotFoundException(NoSuchMethodException) - Constructor for class com.rational.test.ft.MethodNotFoundException
Converts a java.lang.NoSuchMethodException.
MouseModifiers - class com.rational.test.ft.script.MouseModifiers.
Enables the MouseModifiers to be passed across processes.
MouseModifiers(int) - Constructor for class com.rational.test.ft.script.MouseModifiers
Constructs a MouseModifier class from an existing bitmap.
main(String[]) - Static method in class com.rational.test.ft.FtTptpRunner
 
main(String[]) - Static method in class com.rational.test.ft.rational_ft
Entry point for the Java application.
main(String[], String) - Static method in class com.rational.test.ft.rational_ft
This method allows for multiple entry points to RFT with different command processing needs but similar class loading setup.
matches(String) - Method in class com.rational.test.util.regex.Regex
Determines whether the regular expression pattern matches the provided string.
maximize() - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Maximizes the associated frame.
maximize() - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Maximizes the associated frame.
maximize() - Method in interface com.rational.test.ft.object.interfaces.IFrame
Maximizes the associated frame.
maximize() - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Maximizes the associated window.
middleMouseButtonDown() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse middle button down event at the current cursor position.
middleMouseButtonUp() - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse middle button up event at the current cursor position.
minimize() - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Iconifies the associated frame.
minimize() - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Iconifies the associated frame.
minimize() - Method in interface com.rational.test.ft.object.interfaces.IFrame
Iconifies the associated frame.
minimize() - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Iconifies the associated window.
mouseMove(Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a MOUSE_LEFT move action on the associated TestObject.
mouseMove(MouseModifiers, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a move action against the associated TestObject.
mouseMove(Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a MOUSE_LEFT move action against the associated TestObject.
mouseMove(MouseModifiers, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a Move action against the associated TestObject.
mouseMove(Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT move action on the associated TestObject.
mouseMove(Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a MOUSE_LEFT move action on the associated TestObject.
mouseMove(MouseModifiers, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a move action against the associated TestObject.
mouseMove(MouseModifiers, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a move action against the associated TestObject.
mouseMove(Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT move action against the associated TestObject.
mouseMove(Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a MOUSE-LEFT move action against the associated TestObject.
mouseMove(MouseModifiers, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a move action against the associated TestObject.
mouseMove(MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a move action against the associated TestObject.
mouseMove(Point) - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse movement.
mouseWheel(int) - Static method in class com.rational.test.ft.script.SubitemFactory
Returns a LowLevelEvent representing a mouse wheel movement.
move(Point) - Method in class com.rational.test.ft.object.interfaces.FrameSubitemTestObject
Moves the frame to the specified location within parent.
move(Point) - Method in class com.rational.test.ft.object.interfaces.FrameTestObject
Moves the frame to the specified location within parent.
move(Point) - Method in interface com.rational.test.ft.object.interfaces.IFrame
Moves the frame to the specified location within parent.
move(Point) - Method in class com.rational.test.ft.object.interfaces.TopLevelTestObject
Moves the top-level window to the specified location on the desktop.
moveEquivalenceClass(int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Move the equivalence class at a supplied index to a new position within the set of available equivalence classes.
moveRecord(int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapoolEquivalenceClass
Move the specified record.
moveVariable(int, int) - Method in interface org.eclipse.hyades.edit.datapool.IDatapool
Move a variable to immediately before another variable.

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