|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LTTest | |
---|---|
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. |
Uses of LTTest in com.ibm.rational.test.lt.datacorrelation.testgen |
---|
Methods in com.ibm.rational.test.lt.datacorrelation.testgen with parameters of type LTTest | |
---|---|
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. |
Uses of LTTest in com.ibm.rational.test.lt.datacorrelation.testgen.proto |
---|
Methods in com.ibm.rational.test.lt.datacorrelation.testgen.proto with parameters of type LTTest | |
---|---|
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 |
Uses of LTTest in com.ibm.rational.test.lt.models.behavior.common |
---|
Methods in com.ibm.rational.test.lt.models.behavior.common with parameters of type LTTest | |
---|---|
void |
LTBlock.processRemoval(LTTest fromTest)
Performs any processing that needs to take place when this current element is removed from the test. |
Uses of LTTest in com.ibm.rational.test.lt.models.behavior.common.impl |
---|
Methods in com.ibm.rational.test.lt.models.behavior.common.impl with parameters of type LTTest | |
---|---|
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)
|
Uses of LTTest in com.ibm.rational.test.lt.models.behavior.lttest |
---|
Methods in com.ibm.rational.test.lt.models.behavior.lttest that return LTTest | |
---|---|
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. |
Uses of LTTest in com.ibm.rational.test.lt.testeditor.common |
---|
Methods in com.ibm.rational.test.lt.testeditor.common with parameters of type LTTest | |
---|---|
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[]) . |
Uses of LTTest in com.ibm.rational.test.lt.testeditor.main |
---|
Methods in com.ibm.rational.test.lt.testeditor.main that return LTTest | |
---|---|
LTTest |
LoadTestEditor.getLtTest()
Returns LTTest |
Uses of LTTest in com.ibm.rational.test.lt.testeditor.wizard |
---|
Methods in com.ibm.rational.test.lt.testeditor.wizard with parameters of type LTTest | |
---|---|
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. |
Uses of LTTest in com.ibm.rational.test.lt.testgen.core |
---|
Methods in com.ibm.rational.test.lt.testgen.core that return LTTest | |
---|---|
LTTest |
TestGenerator.generateTest(IProgressMonitor monitor)
Performs test generation and returns the main output test (i.e. the test without any split). |
Uses of LTTest in com.ibm.rational.test.lt.testgen.core.testgen |
---|
Methods in com.ibm.rational.test.lt.testgen.core.testgen that return LTTest | |
---|---|
LTTest |
ITestStack.getTest()
Returns the generated test, i.e. the first element in the stack. |
Uses of LTTest in com.ibm.rational.test.lt.testgen.core2 |
---|
Methods in com.ibm.rational.test.lt.testgen.core2 with parameters of type LTTest | |
---|---|
void |
IC2ProtocolHandler.process(LTTest ltTest)
This method will be called after all calls to load() have been performed. |
Uses of LTTest in com.ibm.rational.test.lt.testgen.ui |
---|
Methods in com.ibm.rational.test.lt.testgen.ui that return LTTest | |
---|---|
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. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |