Modifier and Type | Class and Description |
---|---|
class |
LTTestScript |
Constructor and Description |
---|
LTTestScript(IContainer parent) |
LTTestScript(IContainer parent,
String name) |
LTTestScript(IContainer parent,
String name,
String id) |
LTTestScript(IContainer parent,
String name,
String id,
String scriptId) |
Modifier and Type | Interface and Description |
---|---|
interface |
IFor
A 'for' loop.
|
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 | Method and Description |
---|---|
IContainer |
IKUserGroup.createTesterWorkload(IContainer parent)
Define workload.
|
IContainer |
IKAction.getParent()
Get the container object to which this action belongs.
|
Modifier and Type | Method and Description |
---|---|
void |
IParallel.addBody(IContainer container) |
IContainer |
IKUserGroup.createTesterWorkload(IContainer parent)
Define workload.
|
Object |
IContainer.loadTest(IContainer parent,
String projectName,
String className,
String id)
Loads a test with the specified class name using a custom class
loader for the project specified.
|
void |
IIf.setElse(IContainer container) |
void |
IIf.setThen(IContainer container) |
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.KContainer |
class |
com.ibm.rational.test.lt.kernel.action.impl.KScript |
Constructor and Description |
---|
KCatchRPTEvent(IContainer parent,
String name) |
Modifier and Type | Interface and Description |
---|---|
interface |
IEngine
Interfaces for Test Execution.
|
© Copyright IBM Corp. 2013. All rights reserved.