IBM Rational Functional Tester
Version 6.1
IBM Rational Functional Tester API Reference

Project Version 2.0

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

Packages that use DomainTestObject
com.rational.test.ft.object.interfaces The package com.rational.test.ft.object.interfaces provides the classes that interact with objects in the software under test. 
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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

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

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.