Package | Description |
---|---|
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.configuration |
Provides the classes for defining test generation configurations.
|
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 |
---|---|
TestGenerationConfiguration |
TestGenerator.getConfiguration()
Returns the test generation configuration performed by this test generator.
|
Constructor and Description |
---|
TestGenerator(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
ITestGeneratorLog log)
Instantiates a new test generator.
|
Modifier and Type | Method and Description |
---|---|
TestGenerationConfiguration |
TestGenerationConfiguration.clone() |
Modifier and Type | Method and Description |
---|---|
static void |
TestGenUI.applyPreferences(TestGenerationConfiguration tgc)
Sets test generation options that are not explicitly specified in the configuration
from the preferences.
|
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.
|
static void |
TestGenUI.startTestGeneration(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
Shell shell)
Starts a test generation operation and displays its progress in a modal dialog.
|
static void |
TestGenUI.startTestGeneration(TestGenerationConfiguration configuration,
Shell shell)
Deprecated.
|
© Copyright IBM Corp. 2013. All rights reserved.