Package | Description |
---|---|
com.ibm.rational.test.lt.kernel.services |
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.