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.IFtVerificationPoint

Packages that use IFtVerificationPoint
com.rational.test.ft.script The package com.rational.test.ft.script provides the classes that manage test scripts. 
 

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

Methods in com.rational.test.ft.script that return IFtVerificationPoint
protected  IFtVerificationPoint RationalTestScript.vp(java.lang.String vpName)
          Constructs a static verification point object.
protected  IFtVerificationPoint RationalTestScript.vp(java.lang.String vpName, TestObject anchor)
          Constructs a static verification point object.
protected  IFtVerificationPoint RationalTestScript.vpManual(java.lang.String vpName, java.lang.Object actual)
          Constructs a manual verification point object.
protected  IFtVerificationPoint RationalTestScript.vpManual(java.lang.String vpName, java.lang.Object expected, java.lang.Object actual)
          Constructs a manual verification point object.
protected  IFtVerificationPoint RationalTestScript.vpDynamic(java.lang.String vpName)
          Constructs a dynamic verification point object.
protected  IFtVerificationPoint RationalTestScript.vpDynamic(java.lang.String vpName, TestObject objectUnderTest)
          Constructs a dynamic verification point object.
 

Methods in com.rational.test.ft.script with parameters of type IFtVerificationPoint
 void RationalTestScript.onVpFailure(IFtVerificationPoint vp)
          Called by the IFtVerificationPoint implementation when the specified verification point fails to compare successfully.
 void IObjectManagerEventListener.onVpFailure(IFtVerificationPoint vp)
          Called by the IFtVerificationPoint implementation when the specified verification point fails to compare successfully.