Package | Description |
---|---|
com.ibm.rational.test.common.models.behavior | |
com.ibm.rational.test.lt.models.behavior.common | |
com.ibm.rational.test.lt.models.behavior.lttest | |
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CBLoop
A Loop is an IAction with a Constraint and one list
|
interface |
com.ibm.rational.test.common.models.behavior.CBTransaction |
Modifier and Type | Method and Description |
---|---|
CBElementHost |
CBActionElement.getMovingFrom()
If this element is being moved, where is it moving from?
|
Modifier and Type | Interface and Description |
---|---|
interface |
LTContainer
Deprecated.
|
interface |
LTFalseContainer
Deprecated.
|
interface |
LTTrueContainer
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
LTLoop
Deprecated.
- see CBLoop
|
interface |
LTTest
A representation of the model object 'LT Test'
|
interface |
LTTransaction
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CBElementHost |
ITestStack.peek()
Returns the current element host in the stack.
|
CBElementHost |
ITestStack.pop(long timestamp)
Pops the current element host of the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
ITestStack.push(CBElementHost host,
long timestamp,
boolean hasThinkTime)
Pushes a new element host to the stack.
|
void |
ITestStack.push(CBElementHost host,
long timestamp,
boolean hasThinkTime,
Set<String> allowedTestGenerators,
boolean breakable)
Pushes a new element host to the stack.
|
© Copyright IBM Corp. 2013. All rights reserved.