Modifier and Type | Class and Description |
---|---|
class |
LTTestScript |
Modifier and Type | Interface and Description |
---|---|
interface |
ICondition
Interface for defining a condition.
|
interface |
IContainer
Interface for a collection of related actions.
|
interface |
IFor
A 'for' loop.
|
interface |
IIf
An 'if' block.
|
interface |
IKAction
Defines basic functionality that all Kernel actions should implement.
|
interface |
IKLoadTestSchedule
Define load test schedule behavior.
|
interface |
IKTransaction |
interface |
IKUserGroup
Define functionality a load test user group should implement.
|
interface |
ILoop
Special container to support looping.
|
interface |
IPacedLoop |
interface |
IParallel
Still under constuction...
|
interface |
IWhile
A 'while' loop.
|
Modifier and Type | Class and Description |
---|---|
class |
com.ibm.rational.test.lt.kernel.action.impl.Container |
class |
com.ibm.rational.test.lt.kernel.action.impl.KAction |
class |
KCatchRPTEvent
This is a generic exception catching action that logs a message to the testLog and exits.
|
class |
com.ibm.rational.test.lt.kernel.action.impl.KContainer |
class |
com.ibm.rational.test.lt.kernel.action.impl.KScript |
Modifier and Type | Method and Description |
---|---|
String |
IArbitrary.arbitrary(IKLog log,
String[] args) |
Modifier and Type | Method and Description |
---|---|
String |
ICustomCode.exec(IKLog log,
String[] args)
The method containing the user supplied code to execute.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IEngine
Interfaces for Test Execution.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IKChannel |
© Copyright IBM Corp. 2013. All rights reserved.