|
IBM Rational Functional Tester Version 8.1.1000 IBM Rational Functional Tester API Reference Project Version 2.3 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFtVerificationPoint | |
---|---|
com.rational.test.ft.object.interfaces | |
com.rational.test.ft.object.interfaces.flex | |
com.rational.test.ft.script |
Uses of IFtVerificationPoint in com.rational.test.ft.object.interfaces |
---|
Methods in com.rational.test.ft.object.interfaces with parameters of type IFtVerificationPoint | |
---|---|
boolean |
TestObject.compare(IFtVerificationPoint baseline)
Compares the baseline, that is, expected data to the actual data. |
boolean |
TestObject.compare(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime)
Compares the expected result with the actual result. |
boolean |
TestObject.compareAndLog(IFtVerificationPoint baseline)
Compares the baseline, that is, expected data to the actual data and logs the result to the script log. |
boolean |
TestObject.compareAndLog(IFtVerificationPoint baseline,
boolean compareTrueEqualsPass)
Allows failing verification points to return and log a passing result. |
java.lang.Object |
TestObject.getActualData(IFtVerificationPoint baseline)
Enables access to the actual, that is, currently active data associated with a verification point. |
boolean |
ScreenTestObject.performTest(IFtVerificationPoint baseline)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
TestObject.performTest(IFtVerificationPoint baseline)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
ScreenTestObject.performTest(IFtVerificationPoint baseline,
boolean compareTrueEqualsPass)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
TestObject.performTest(IFtVerificationPoint baseline,
boolean compareTrueEqualsPass)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
ScreenTestObject.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
TestObject.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
ScreenTestObject.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime,
boolean compareTrueEqualsPass)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
boolean |
TestObject.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime,
boolean compareTrueEqualsPass)
Captures, compares and logs active data available relative to this object instance against the supplied baseline data. |
Uses of IFtVerificationPoint in com.rational.test.ft.object.interfaces.flex |
---|
Methods in com.rational.test.ft.object.interfaces.flex with parameters of type IFtVerificationPoint | |
---|---|
boolean |
FlexObjectTestObject.performTest(IFtVerificationPoint baseline)
|
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.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. |
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. |
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. |
boolean |
IClipboard.performTest(IFtVerificationPoint baseline)
Captures, compares and logs active clipboard text against the supplied baseline data. |
boolean |
IClipboard.performTest(IFtVerificationPoint baseline,
boolean compareTrueEqualsPass)
Captures, compares and logs active clipboard text against the supplied baseline data. |
boolean |
IClipboard.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime)
Captures, compares and logs active clipboard text against the supplied baseline data. |
boolean |
IClipboard.performTest(IFtVerificationPoint baseline,
double delayBetweenRetries,
double maximumTestTime,
boolean compareTrueEqualsPass)
Captures, compares and logs clipboard text against the supplied baseline data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |