IBM Rational Performance Tester SDK

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


public interface ITestGenerationWizardContext

Provides context information for NewTestGeneratorWizard.


Method Summary
 IRecordingSession getRecordingSession()
          Returns the recording session that the test generator will work from.
 boolean hasSplitPoints()
          Returns whether the recording contains at least one split point.
 boolean isGeneratingFromExistingSession()
          Returns whether the wizard is invoked on a recording session that already exists (true), or if it is invoked on a recording session that has just been made for generating a test.
 

Method Detail

isGeneratingFromExistingSession

boolean isGeneratingFromExistingSession()
Returns whether the wizard is invoked on a recording session that already exists (true), or if it is invoked on a recording session that has just been made for generating a test.

Returns:
whether the wizard is invoked on a recording session that already exists (true), or if it is invoked on a recording session that has just been made for generating a test.

getRecordingSession

IRecordingSession getRecordingSession()
Returns the recording session that the test generator will work from.

Returns:
the recording session that the test generator will work from.

hasSplitPoints

boolean hasSplitPoints()
Returns whether the recording contains at least one split point.

Returns:
whether the recording contains at least one split point.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.