| Interface | Description |
|---|---|
| IARM |
The IARM interface provides information about defining ARM
(Application Response Measurement) specifications.
|
| IDataPoolManager | |
| IEngineInfo |
The IEngineInfo interface provides information about the performance testing execution engine.
|
| ILoopControl |
The ILoopControl interface provides basic control over loops in a performance test or schedule.
|
| IPDLogManager |
The IPDLogManager interface logs messages to the problem determination log from custom code actions.
|
| IStatisticsManager |
The IStatisticsManager interface provides access to statistical counters for users of
ICustomCode2. |
| ITestExecutionServices |
The ITestExecutionServices interface provides information for adding custom test execution features to tests.
|
| ITestInfo |
The ITestInfo interface provides information about the test that is currently executing.
|
| ITestLogManager |
The ITestLogManager interface logs messages and verification points to the TestLog (execution history)
from actions in custom code.
|
| ITransaction |
The ITransaction interface provides transaction support for users of
ICustomCode2. |
| IVirtualUserInfo |
The IVirtualUserInfo interface provides information about the virtual user.
|
| Exception | Description |
|---|---|
| OutOfScopeException |
OutOfScopeException indicates that an object created by
ITestExecutionServices has been referenced outside of its
intended scope. |
| RPTBreakLoopEvent |
An instance of this class is thrown to cause the target loop to break immediately without completing the current child action.
|
| RPTContinueLoopEvent |
An instance of this class is thrown to cause the target loop to 'continue' immediately without completing the current child action.
|
| 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.
|
| RPTEvent |
RPTEvent is the base class for RPT built-in exceptions.
|
| 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.
|
| 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.
|
| 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.
|
| RPTStopScheduleEvent |
RPTStopScheduleEvent is an RPTEvent that is thrown to stop the current instance of the current schedule.
|
| RPTStopTestEvent |
RPTStopTestEvent is an RPTEvent that is thrown to stop the current instance of the current test
for the current virtual Test.
|
| RPTStopUserEvent |
RPTStopUserEvent is an RPTEvent that is thrown to stop the current virtual user.
|
| RPTVPEvent |
This class is the base class for the group of RPTEvents that are raised internally whenever a verification point
does not pass.
|
| TransactionException |
TransactionException is a runtime exception that is thrown when a transaction is misused.
|
© Copyright IBM Corp. 2013. All rights reserved.