public interface ITestGenerationWizardContext
NewTestGeneratorWizard
.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. |
boolean isGeneratingFromExistingSession()
true
), or if it is invoked on a recording session that has just been
made for generating a test.true
), or if it is invoked on a recording session that has just been
made for generating a test.IRecordingSession getRecordingSession()
boolean hasSplitPoints()
© Copyright IBM Corp. 2013. All rights reserved.