Package | Description |
---|---|
com.ibm.rational.test.lt.datacorrelation.testgen | |
com.ibm.rational.test.lt.datacorrelation.testgen.proto | |
com.ibm.rational.test.lt.models.behavior.common | |
com.ibm.rational.test.lt.models.behavior.common.impl | |
com.ibm.rational.test.lt.models.behavior.lttest | |
com.ibm.rational.test.lt.testeditor.common | |
com.ibm.rational.test.lt.testeditor.main | |
com.ibm.rational.test.lt.testeditor.wizard | |
com.ibm.rational.test.lt.testgen.core |
Provides the entry points and constants for the test generation framework.
|
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
com.ibm.rational.test.lt.testgen.core2 | |
com.ibm.rational.test.lt.testgen.ui |
Provides the entry points and constants for the test generation framework user interface.
|
Modifier and Type | Method and Description |
---|---|
void |
DataCorrelator.correlateAll(LTTest test) |
void |
DataCorrelator.correlateAll(LTTest test,
IProgressMonitor monitor)
Deprecated.
- use
correlateAll(LTTest, IProgressMonitor, boolean) |
void |
DataCorrelator.correlateAll(LTTest test,
IProgressMonitor monitor,
boolean generateNames) |
List |
DataCorrelator.findPossibleHarvestSites(LTTest test,
IDCStringLocator subString) |
List |
DataCorrelator.findPossibleHarvestSites(LTTest test,
IDCStringLocator subString,
IProgressMonitor monitor)
This function will find possible correlation sites given a string
|
List |
DataCorrelator.findPossibleHarvestSites(LTTest test,
IDCStringLocator subString,
IProgressMonitor monitor,
int[] srchList)
This method will find possible correlation sites given a string
|
List |
DataCorrelator.generateNames(LTTest test,
boolean create,
boolean all) |
void |
DataCorrelator.unCorrelateAll(LTTest test,
com.ibm.rational.test.lt.datacorrelation.testgen.IDCCallBack cb,
IProgressMonitor pm)
This method will remove all correlations from a test.
|
Modifier and Type | Method and Description |
---|---|
void |
IProtoElementAdapter.findReference(LTTest test,
com.ibm.rational.test.common.models.behavior.cbdata.Substituter sub,
ArrayList elem,
int index)
this will find references for the substituter
|
Modifier and Type | Method and Description |
---|---|
void |
LTBlock.processRemoval(LTTest fromTest)
Performs any processing that needs to take place when this current
element is removed from the test.
|
Modifier and Type | Method and Description |
---|---|
CBActionElement |
LTBlockImpl.findNextProxyReference(LTTest test,
String id,
String ofType)
This method locates the first Proxy element from the beginning of the test that
is referencing the element with the given
id and is of the given
ofType . |
void |
LTBlockImpl.processRemoval(LTTest fromTest) |
Modifier and Type | Method and Description |
---|---|
LTTest |
LttestFactory.createLTTest()
Returns a new object of class 'LT Test'
|
LTTest |
LttestFactory.createLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Returns a new object of class 'LT Test'
|
LTTest |
LttestFactory.createLTTest(org.eclipse.emf.ecore.resource.Resource resource)
Returns a new object of class 'LT Test'
|
LTTest |
LttestFactory.createLTTest(String path) |
LTTest |
LttestFactory.loadLTTest(org.eclipse.hyades.models.common.facades.behavioral.ITestSuite test)
Load the test from an
ITestSuite |
LTTest |
LttestFactory.loadLTTest(String path)
Load the test from a file path.
|
Modifier and Type | Method and Description |
---|---|
static List |
DatapoolUtil.getDatapoolHarvesters(LTTest test) |
static boolean |
DatapoolUtil.removeDatapoolsEx(LTTest test,
Object[] objects)
Deprecated.
As of 7.0.1, all functionality was moved to
DatapoolUtil.removeDatapoolsEx(LoadTestEditor, Object[]) . |
Modifier and Type | Method and Description |
---|---|
LTTest |
LoadTestEditor.getLtTest()
Returns
LTTest |
LTTest |
LoadTestEditor.getTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
WizardPageProvider.testCreated(LTTest testSuite)
This method is called for each active wizardPageContributor after the test has been created, so protocol-specific initialization can be made.
|
Modifier and Type | Method and Description |
---|---|
LTTest |
TestGenerator.generateTest(IProgressMonitor monitor)
Performs test generation and returns the main output test (i.e. the test without any split).
|
Modifier and Type | Method and Description |
---|---|
LTTest |
ITestStack.getTest()
Returns the generated test, i.e. the first element in the stack.
|
Modifier and Type | Method and Description |
---|---|
void |
IC2ProtocolHandler.process(LTTest ltTest)
This method will be called after all calls to load() have been performed.
|
Modifier and Type | Method and Description |
---|---|
static LTTest |
TestGenUI.runTestGeneration(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
Shell shell)
Performs a test generation operation and displays its progress in a modal dialog.
|
static LTTest |
TestGenUI.runTestGeneration(TestGenerationConfiguration configuration,
Shell shell)
Deprecated.
|
© Copyright IBM Corp. 2013. All rights reserved.