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.
|
Modifier and Type | Method and Description |
---|---|
void |
NewTestGeneratorWizard.initialize(TestGeneratorConfiguration configuration,
ITestGenerationWizardContext context)
Initializes the wizard with the given test generator configuration.
|
© Copyright IBM Corp. 2013. All rights reserved.