public abstract class NewTestGeneratorWizard extends SubWizard implements INewWizard
DEFAULT_IMAGE| Constructor and Description |
|---|
NewTestGeneratorWizard() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applySubWizardAdditionalPacketConverters(com.ibm.rational.test.lt.testgen.ui.wizards.TestGenerationContentWizard subWizard)
Adds to this wizard's {
additional converters
the additional converters (early and not early) from the specified wizard. |
List<PacketConverterConfiguration> |
getAdditionalPacketConverters(boolean early)
Returns the configurations of the additional converters required by the test
generator.
|
protected ITestGenerationWizardContext |
getContext()
Returns context information about this wizard.
|
TestGeneratorConfiguration |
getTestGeneratorConfiguration()
Returns the configuration, filled from the user input, if exactly one
configuration is configured by this wizard.
|
List<TestGeneratorConfiguration> |
getTestGeneratorConfigurations()
Returns the configurations, filled from the user input.
|
void |
initialize(TestGeneratorConfiguration configuration,
ITestGenerationWizardContext context)
Initializes the wizard with one test generator configured by the given test generator configuration.
|
canFinish, canFinishThisWizard, doPerformCancel, doPerformFinish, getNextPage, getNextPage, getNextPageForThisWizard, getNextPageForThisWizard, performCancel, performFinish, setParentWizardaddPage, addPages, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getPage, getPageCount, getPages, getPreviousPage, getShell, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, setContainer, setDefaultPageImageDescriptor, setDialogSettings, setForcePreviousAndNextButtons, setHelpAvailable, setNeedsProgressMonitor, setTitleBarColor, setWindowTitleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitaddPages, canFinish, createPageControls, dispose, getContainer, getDefaultPageImage, getDialogSettings, getNextPage, getPage, getPageCount, getPages, getPreviousPage, getStartingPage, getTitleBarColor, getWindowTitle, isHelpAvailable, needsPreviousAndNextButtons, needsProgressMonitor, performCancel, performFinish, setContainerpublic void initialize(TestGeneratorConfiguration configuration, ITestGenerationWizardContext context)
NewTestGeneratorWizard.getTestGeneratorConfiguration()), or modify the list of test generators.configuration - The initial configuration to be configured by this wizard.protected final ITestGenerationWizardContext getContext()
public final TestGeneratorConfiguration getTestGeneratorConfiguration()
null if more
than one configuration is configured by this wizard.public final List<TestGeneratorConfiguration> getTestGeneratorConfigurations()
SubWizard.canFinish() returns true
(implementations are free to call this at other phases). After initialization,
this list has exactly one element. It can be modified by the caller.public final List<PacketConverterConfiguration> getAdditionalPacketConverters(boolean early)
- protected void applySubWizardAdditionalPacketConverters(com.ibm.rational.test.lt.testgen.ui.wizards.TestGenerationContentWizard subWizard)
additional converters
the additional converters (early and not early) from the specified wizard.© Copyright IBM Corp. 2016. All rights reserved.