| Package | Description |
|---|---|
| com.rational.test.ft.object.interfaces | |
| com.rational.test.ft.object.interfaces.flex | |
| com.rational.test.ft.script |
| Modifier and Type | Method and Description |
|---|---|
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 |
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)
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,
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)
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,
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,
boolean compareTrueEqualsPass)
Captures, compares and logs active data available relative to this
object instance against the supplied baseline data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlexObjectTestObject.performTest(IFtVerificationPoint baseline) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|