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

Interface ITestGenerationWizardContext

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      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. 2013. All rights reserved.