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

Project Version 2.3

Uses of Class
com.rational.test.ft.object.interfaces.DomainTestObject

Packages that use DomainTestObject
com.rational.test.ft.object.interfaces   
com.rational.test.ft.script   
 

Uses of DomainTestObject in com.rational.test.ft.object.interfaces
 

Methods in com.rational.test.ft.object.interfaces that return DomainTestObject
 DomainTestObject TestObject.getDomain()
          Returns the domain for the current object.
 DomainTestObject ProcessTestObject.getDomain()
          Returns the DomainImplementation for the ProcessTestObject.
 DomainTestObject[] RootTestObject.getDomains()
          Returns an array of all the domains that can be tested in the system.
 

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

Methods in com.rational.test.ft.script that return DomainTestObject
static DomainTestObject[] RationalTestScript.getDomains()
          Returns an array of all the testable domains in the system.