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 _

N

NEITHER - Static variable in class com.rational.test.ft.value.NumericRange
Do not include the lower or upper bound of the numeric range in any comparisons.
NESTEDCOMMENT - Static variable in interface com.rational.test.ft.script.IMapPropertyName
The administrative property for the nested-comment property.
NOT_SELECTED - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for a NOT_SELECTED state specification.
NOT_SHOWING - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the NOT_SHOWING command flag.
NOT_SHOWING - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Specifies that a GUITestObject is not visible.
NO_FLAGS - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the NO_FLAGS command flag.
NO_FLAGS - Static variable in class com.rational.test.ft.script.ScriptCommandFlags
Asserts that the state is not relevant in some cases.
NO_STATE - Static variable in interface com.rational.test.ft.script.RationalTestScriptConstants
Shortcut for the NO_FLAGS command flag.
Name - class com.rational.test.ft.script.Name.
Adds definition to a programmatic name associated with a subitem value.
Name(String) - Constructor for class com.rational.test.ft.script.Name
Constructor that takes the required programmatic name's String value.
Name(String, int) - Constructor for class com.rational.test.ft.script.Name
Constructor that takes the required programmatic name's String value and an index to specify which subitem with the specified programmatic name should be used.
NameSet - class com.rational.test.ft.value.NameSet.
Represents a set of names as a recognition property.
NameSet() - Constructor for class com.rational.test.ft.value.NameSet
 
NameSet(String[]) - Constructor for class com.rational.test.ft.value.NameSet
 
NestedException - exception com.rational.test.ft.NestedException.
Wraps another exception.
NestedException(String, String, String, String) - Constructor for class com.rational.test.ft.NestedException
 
NestedException(String) - Constructor for class com.rational.test.ft.NestedException
 
NestedException(String, Throwable) - Constructor for class com.rational.test.ft.NestedException
 
NetCheckedState - class com.rational.test.ft.script.NetCheckedState.
 
NoSuchRegistryKeyException - exception com.rational.test.ft.NoSuchRegistryKeyException.
Thrown when calling getRegistryValue or getRegistryIntValue with a registry key that does not exist.
NoSuchRegistryKeyException() - Constructor for class com.rational.test.ft.NoSuchRegistryKeyException
 
NoSuchRegistryKeyException(String) - Constructor for class com.rational.test.ft.NoSuchRegistryKeyException
 
NotSupportedOnUnixException - exception com.rational.test.ft.NotSupportedOnUnixException.
Raised by the UNIX-specific native recording methods.
NotSupportedOnUnixException() - Constructor for class com.rational.test.ft.NotSupportedOnUnixException
Puts out a standard "Operation not supported on UNIX" message.
NotSupportedOnUnixException(String) - Constructor for class com.rational.test.ft.NotSupportedOnUnixException
Contains a String argument that is appended to the end of the standard "Operation not supported on UNIX" message.
NotYetAbleToPerformActionException - exception com.rational.test.ft.NotYetAbleToPerformActionException.
Raised when a requested action cannot be performed for a specified reason.
NotYetAbleToPerformActionException() - Constructor for class com.rational.test.ft.NotYetAbleToPerformActionException
 
NotYetAbleToPerformActionException(String) - Constructor for class com.rational.test.ft.NotYetAbleToPerformActionException
 
NullObject - class com.rational.test.ft.value.NullObject.
Presents the useful null object.
NullObject() - Constructor for class com.rational.test.ft.value.NullObject
 
NumericRange - class com.rational.test.ft.value.NumericRange.
Serves as a lower and upper boundary for a target value.
NumericRange(Number, Number, int, Object) - Constructor for class com.rational.test.ft.value.NumericRange
Specifies the numeric range and how the boundaries are treated in a range comparison.
NumericRange(Number, Number, int) - Constructor for class com.rational.test.ft.value.NumericRange
Specifies the numeric range and how the boundaries are treated in a range comparison.
NumericRange(String, int, boolean) - Constructor for class com.rational.test.ft.value.NumericRange
Specifies the numeric range and how the boundaries are treated in a range comparison.
NumericRange(Number, int, boolean) - Constructor for class com.rational.test.ft.value.NumericRange
Specifies the numeric range and how the boundaries are treated in a range comparison.
NumericRange(Object, int, boolean, boolean) - Constructor for class com.rational.test.ft.value.NumericRange
Specifies the numeric range and how the boundaries are treated in a range comparison.
nClick(int, MouseModifiers, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a mouse n-click action on the specified coordinates, relative to the associated TestObject.
nClick(int, MouseModifiers, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a mouse n-click action on the specified coordinates, relative to the associated TestCode.
nClick(int, MouseModifiers, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a mouse n-click on the specified coordinates, relative to the associated TestObject.
nClick(int, MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a mouse n-click action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Subitem, Subitem) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Subitem, Point, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Subitem, Subitem) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDrag(int, MouseModifiers, Subitem, Point, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDragToScreenPoint(int, MouseModifiers, Point, Point) - Method in class com.rational.test.ft.object.interfaces.GuiTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the associated TestObject.
nClickDragToScreenPoint(int, MouseModifiers, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphical
Performs a mouse n-click drag action on the specified coordinates, relative the screen-relative screenPt coordinates.
nClickDragToScreenPoint(int, MouseModifiers, Subitem, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates.
nClickDragToScreenPoint(int, MouseModifiers, Subitem, Point, Point) - Method in interface com.rational.test.ft.object.interfaces.IGraphicalSubitem
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates.
nClickDragToScreenPoint(int, MouseModifiers, Subitem, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates.
nClickDragToScreenPoint(int, MouseModifiers, Subitem, Point, Point) - Method in class com.rational.test.ft.object.interfaces.StatelessGuiSubitemTestObject
Performs a mouse n-click drag action on the specified coordinates, relative to the screen-relative screenPt coordinates.
next() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTaskAssistantTestObject
Clicks the See additional steps link.
nextMonth() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebCalendarTestObject
Changes the displayed month in the calendar popup applet to the next month (for example, from February to March).
nextPage() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebTreeTestObject
Scrolls the tree view to the next page.
nextRow() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Navigates to the next row in the list.
nextRowSet() - Method in class com.rational.test.ft.object.interfaces.siebel.SiebListTestObject
Navigates to the next set of records in the list.
notChecked() - Static method in class com.rational.test.ft.script.NetCheckedState
Creates a NOT_CHECKED state object.
notSelected() - Static method in class com.rational.test.ft.script.State
Creates a NOT_SELECTED state object.

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