IBM Rational Functional Tester
Version 8.1.1000
IBM Rational Functional Tester API Reference

Project Version 2.3

Uses of Interface
com.rational.test.ft.script.ITestObjectMethodState

Packages that use ITestObjectMethodState
com.rational.test.ft.script   
 

Uses of ITestObjectMethodState in com.rational.test.ft.script
 

Methods in com.rational.test.ft.script with parameters of type ITestObjectMethodState
 void RationalTestScript.onAmbiguousRecognition(ITestObjectMethodState testObjectMethodState, TestObject[] choices, int[] scores)
          Called by the ObjectManager if the ObjectManager is looking for a TestObject to invoke a method on and it finds more than one object that matches the description of the MappedTestObject in the TestObject.
 void IObjectManagerEventListener.onAmbiguousRecognition(ITestObjectMethodState testObjectMethodState, TestObject[] choices, int[] scores)
          Called by the object manager when more than one object matching the specified pattern is found.
 void RationalTestScript.onObjectNotFound(ITestObjectMethodState testObjectMethodState)
          Called when a TestObject that matches the description of the MappedTestObject in the method cannot be found.
 void IObjectManagerEventListener.onObjectNotFound(ITestObjectMethodState testObjectMethodState)
          Called by the object manager when an object cannot be found.
 void RationalTestScript.onRecognitionWarning(ITestObjectMethodState testObjectMethodState, TestObject foundObject, int score)
          Called by the ObjectManager when an object is found and the recognition score is above the warning threshold (rt.recognition_threshold_warning).
 void IObjectManagerEventListener.onRecognitionWarning(ITestObjectMethodState testObjectMethodState, TestObject foundObject, int score)
          Called by the object manager when an object is found but the recognition score is above the warning threshold (rt.recognition_threshold_warning).
 void RationalTestScript.onSubitemNotFound(ITestObjectMethodState testObjectMethodState, TestObject foundObject, java.lang.String subitemDescription)
          Called by the ObjectManager when a subitem cannot be found.
 void IObjectManagerEventListener.onSubitemNotFound(ITestObjectMethodState testObjectMethodState, TestObject foundObject, java.lang.String subitemDescription)
          Called by the object manager when a subitem cannot be found.
 void RationalTestScript.onTestObjectMethodException(ITestObjectMethodState testObjectMethodState, TestObject testObject)
          Called by the ObjectManager when it is invoking a method on a TestObject and an exception is thrown from the method.
 void IObjectManagerEventListener.onTestObjectMethodException(ITestObjectMethodState testObjectMethodState, TestObject foundObject)
          Called by the object manager when a script command throws an exception.