com.ibm.rational.test.lt.testgen.ui.wizards

Class NewTestGeneratorWizard

  • All Implemented Interfaces:
    IWizard, INewWizard, IWorkbenchWizard


    public abstract class NewTestGeneratorWizard
    extends SubWizard
    implements INewWizard
    Base class for implementing a test generator wizard. Test Generator wizards are embedded in the "Generate Test" wizards and interacts with the user for collecting options about a specific test generator.
    • Constructor Detail

      • NewTestGeneratorWizard

        public NewTestGeneratorWizard()
    • Method Detail

      • getContext

        protected final ITestGenerationWizardContext getContext()
        Returns context information about this wizard.
        Returns:
        context information about this wizard.
      • getTestGeneratorConfiguration

        public final TestGeneratorConfiguration getTestGeneratorConfiguration()
        Returns the configuration, filled from the user input. This method is invoked only when SubWizard.canFinish() returns true.
        Returns:
      • getAdditionalPacketConverters

        public final List<PacketConverterConfiguration> getAdditionalPacketConverters()
        Returns the configurations of the additional converters required by the test generator. Note that this list should be populated only with the converters that are not automatically inserted because of a requirement declared in the test generator declaration in plugin.xml. The list is by default empty.
        Returns:
        the configurations of the additional converters required by the test generator.
IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2013. All rights reserved.