Modifier and Type | Method and Description |
---|---|
void |
IDataHarvester.addHarvestInstruction(String propertyName,
com.ibm.rational.test.lt.datacorrelation.execution.harvest.IDataCorrelationVar dcVar,
String regex,
int maxOcc,
int occ,
boolean removeXMLEntity,
String name,
RPTEvent behavior,
boolean alwaysLog)
This will add a harvest instruction to the DataHarvester.
|
Modifier and Type | Method and Description |
---|---|
void |
IDataSub.addSubInstruction(String propertyName,
int offset,
int length,
boolean encode,
com.ibm.rational.test.lt.datacorrelation.execution.harvest.IDataCorrelationVar dcVar,
boolean init,
String name,
RPTEvent behavior)
This function will add a substitute instruction for where to substitute
data in the given propertyName
|
Modifier and Type | Method and Description |
---|---|
void |
IKAction.addEventBehavior(RPTEvent event,
RPTEvent behavior)
This method will allow users to map an RPTEvent to the type of behavior
it should throw.
|
Modifier and Type | Class and Description |
---|---|
class |
RPTBreakLoopEvent
An instance of this class is thrown to cause the target loop to break immediately without completing the current child action.
|
class |
RPTContinueLoopEvent
An instance of this class is thrown to cause the target loop to 'continue' immediately without completing the current child action.
|
class |
RPTErrorVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_ERROR
is reported to the testLog.
|
class |
RPTFailVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_FAIL
is reported to the testLog.
|
class |
RPTInconclusiveVPEvent
An instance of this class is raised whenever a verification point with a verdict equal to VerdictEvent.VERDICT_INCONCLUSIVE
is reported to the testLog.
|
class |
RPTLoopEvent
This class is the base class for the group of RPTEvents that are thrown to cause an immediate
break or continue in an loop in the behavior model.
|
class |
RPTStopScheduleEvent
RPTStopScheduleEvent is an RPTEvent that is thrown to stop the current instance of the current schedule.
|
class |
RPTStopTestEvent
RPTStopTestEvent is an RPTEvent that is thrown to stop the current instance of the current test
for the current virtual Test.
|
class |
RPTStopUserEvent
RPTStopUserEvent is an RPTEvent that is thrown to stop the current virtual user.
|
class |
RPTVPEvent
This class is the base class for the group of RPTEvents that are raised internally whenever a verification point
does not pass.
|
Modifier and Type | Method and Description |
---|---|
RPTEvent |
RPTEvent.clone() |
© Copyright IBM Corp. 2013. All rights reserved.