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

Project Version 2.0

Uses of Interface
com.rational.test.ft.vp.ITestDataTree

Packages that use ITestDataTree
com.rational.test.ft.vp The package com.rational.test.ft.vp provides verification point services to test scripts. 
 

Uses of ITestDataTree in com.rational.test.ft.vp
 

Methods in com.rational.test.ft.vp that return ITestDataTree
static ITestDataTree VpUtil.getTestData(ITestDataTreeNode[] rootNodes)
          Provides a default tree TestData object.
 ITestDataTree ITestDataTreeNode.getTree()
          This method returns the reference to tree.
 ITestDataTree ITestDataTreeNodes.getTree()
          This method returns the reference to tree.
 

Methods in com.rational.test.ft.vp with parameters of type ITestDataTree
 void ITestDataTreeNode.setTree(ITestDataTree tree)
          This method sets the reference to tree.
 void ITestDataTreeNodes.setTree(ITestDataTree tree)
          This method sets the reference to tree.