IBM Rational Performance Tester SDK

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

Packages that use TestGenerationConfiguration
com.ibm.rational.test.lt.testgen.core Provides the entry points and constants for the test generation framework. 
com.ibm.rational.test.lt.testgen.core.configuration Provides the classes for defining test generation configurations. 
com.ibm.rational.test.lt.testgen.ui Provides the entry points and constants for the test generation framework user interface. 
 

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

Methods in com.ibm.rational.test.lt.testgen.core that return TestGenerationConfiguration
 TestGenerationConfiguration TestGenerator.getConfiguration()
          Returns the test generation configuration performed by this test generator.
 

Constructors in com.ibm.rational.test.lt.testgen.core with parameters of type TestGenerationConfiguration
TestGenerator(TestGenerationConfiguration configuration, IRecordingSession recordingSession, ITestGeneratorLog log)
          Instantiates a new test generator.
 

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

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

Uses of TestGenerationConfiguration in com.ibm.rational.test.lt.testgen.ui
 

Methods in com.ibm.rational.test.lt.testgen.ui with parameters of type TestGenerationConfiguration
static void TestGenUI.applyPreferences(TestGenerationConfiguration tgc)
          Sets test generation options that are not explicitly specified in the configuration from the preferences.
static LTTest TestGenUI.runTestGeneration(TestGenerationConfiguration configuration, IRecordingSession recordingSession, Shell shell)
          Performs a test generation operation and displays its progress in a modal dialog.
static LTTest TestGenUI.runTestGeneration(TestGenerationConfiguration configuration, Shell shell)
          Deprecated.  
static void TestGenUI.startTestGeneration(TestGenerationConfiguration configuration, IRecordingSession recordingSession, Shell shell)
          Starts a test generation operation and displays its progress in a modal dialog.
static void TestGenUI.startTestGeneration(TestGenerationConfiguration configuration, Shell shell)
          Deprecated.  
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.