IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.testgen.core.configuration.TestGeneratorConfiguration

Packages that use TestGeneratorConfiguration
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. 
 

Uses of TestGeneratorConfiguration in com.ibm.rational.test.lt.testgen.core.configuration
 

Methods in com.ibm.rational.test.lt.testgen.core.configuration that return TestGeneratorConfiguration
 TestGeneratorConfiguration TestGeneratorConfiguration.clone()
           
 TestGeneratorConfiguration TestGenerationConfiguration.getTestGeneratorConfiguration(String testGeneratorType)
           
 

Methods in com.ibm.rational.test.lt.testgen.core.configuration that return types with arguments of type TestGeneratorConfiguration
 ArrayList<TestGeneratorConfiguration> TestGenerationConfiguration.getTestGeneratorConfigurations()
           
 List<TestGeneratorConfiguration> TestGeneratorPriorityConfiguration.getTestGenerators()
           
 

Uses of TestGeneratorConfiguration in com.ibm.rational.test.lt.testgen.core.testgen
 

Methods in com.ibm.rational.test.lt.testgen.core.testgen that return TestGeneratorConfiguration
 TestGeneratorConfiguration ITestGeneratorContext.getConfiguration()
          Returns the test generator configuration that defines options for this test generator, if any.
 

Uses of TestGeneratorConfiguration in com.ibm.rational.test.lt.testgen.ui.wizards
 

Methods in com.ibm.rational.test.lt.testgen.ui.wizards that return TestGeneratorConfiguration
 TestGeneratorConfiguration NewTestGeneratorWizard.getTestGeneratorConfiguration()
          Returns the configuration, filled from the user input.
 

Methods in com.ibm.rational.test.lt.testgen.ui.wizards with parameters of type TestGeneratorConfiguration
 void NewTestGeneratorWizard.initialize(TestGeneratorConfiguration configuration, ITestGenerationWizardContext context)
          Initializes the wizard with the given test generator configuration.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.