| Package | Description |
|---|---|
| com.ibm.rational.test.lt.testgen.core.configuration |
Provides the classes for defining test generation configurations.
|
| com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
| com.ibm.rational.test.lt.testgen.ui.wizards |
Provides the classes and interfaces for implementing test generator wizards.
|
| Modifier and Type | Method and Description |
|---|---|
TestGeneratorConfiguration |
TestGeneratorConfiguration.clone() |
TestGeneratorConfiguration |
TestGenerationConfiguration.getTestGeneratorConfiguration(String testGeneratorType) |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<TestGeneratorConfiguration> |
TestGenerationConfiguration.getTestGeneratorConfigurations() |
List<TestGeneratorConfiguration> |
TestGeneratorPriorityConfiguration.getTestGenerators() |
| Modifier and Type | Method and Description |
|---|---|
TestGeneratorConfiguration |
ITestGeneratorContext.getConfiguration()
Returns the test generator configuration that defines options for this test generator,
if any.
|
| Modifier and Type | Method and Description |
|---|---|
TestGeneratorConfiguration |
NewTestGeneratorWizard.getTestGeneratorConfiguration()
Returns the configuration, filled from the user input, if exactly one
configuration is configured by this wizard.
|
| Modifier and Type | Method and Description |
|---|---|
List<TestGeneratorConfiguration> |
NewTestGeneratorWizard.getTestGeneratorConfigurations()
Returns the configurations, filled from the user input.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NewTestGeneratorWizard.initialize(TestGeneratorConfiguration configuration,
ITestGenerationWizardContext context)
Initializes the wizard with one test generator configured by the given test generator configuration.
|
© Copyright IBM Corp. 2016. All rights reserved.