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

Project Version 2.3

com.rational.test.ft.script
Interface IScriptText


public interface IScriptText

Represents an associated object in a script. This object is returned by simple classes that are used by proxy classes to return objects that need to be represented in the script. Script generation uses the toString method to generate the script text if neither this interface nor the IConstructorMethodSpecification interface are implemented. Note that this interface is implemented by the ScriptObject class, and the IConstructorMethodSpecification interface is implemented by the associated value class manager.

Since:
RFT1.0

Method Summary
 java.lang.String getScriptText()
          Returns the text of the object that should be used in a script call to the appropriate TestObject method.
 

Method Detail

getScriptText

java.lang.String getScriptText()
Returns the text of the object that should be used in a script call to the appropriate TestObject method.

Since:
RFT1.0