Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core |
Provides entry points to the recording framework.
|
com.ibm.rational.test.lt.recorder.core.session |
Provides the infrastructure for controlling a recording session.
|
com.ibm.rational.test.lt.recorder.ui |
Provides programmatic entry points to the recorder framework user interface.
|
com.ibm.rational.test.lt.recorder.ui.extensibility |
Classes and interfaces enabling extensions to contribute the recording framework user interface.
|
com.ibm.rational.test.lt.recorder.ui.wizards |
Wizard related classes and interfaces.
|
com.ibm.rational.test.lt.testgen.core |
Provides the entry points and constants for the test generation framework.
|
com.ibm.rational.test.lt.testgen.ui |
Provides the entry points and constants for the test generation framework user interface.
|
com.ibm.rational.test.lt.testgen.ui.wizards |
Provides the classes and interfaces for implementing test generator wizards.
|
Modifier and Type | Method and Description |
---|---|
IRecordingSession |
RecorderCore.createRecordingSession(RecordingSessionConfiguration config)
Creates a new recording session, using the provided session configuration.
|
IRecordingSession |
RecorderCore.loadRecordingSession(IFile persistedSessionFile)
Loads a persisted session or returns the active session that is currently persisting
its activity to the specified file.
|
Modifier and Type | Method and Description |
---|---|
List<IRecordingSession> |
RecorderCore.getActiveSessions()
Returns the active recording sessions (i.e. sessions that have been started and not yet
terminated).
|
Modifier and Type | Method and Description |
---|---|
void |
IRecorderCoreListener.sessionCreated(IRecordingSession session)
Indicates that a new recording session was created.
|
Modifier and Type | Method and Description |
---|---|
IRecordingSession |
IRecordingComponent.getSession()
Returns the recording session that this component belongs to.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecordingSessionListener.clientAdded(IRecordingSession notifier,
IClient client) |
void |
IRecordingSessionListener.recorderAdded(IRecordingSession notifier,
IRecorder recorder) |
Modifier and Type | Method and Description |
---|---|
static IRecordingSession |
RecorderUi.launchSession(RecordingSessionConfiguration rsc,
IWorkbenchWindow window)
Launches a new recording session, based on the provided session configuration and
displays it in the specified workbench window.
|
Modifier and Type | Method and Description |
---|---|
static String |
RecorderUi.getRecordingSessionDescription(IRecordingSession session)
Returns a short description of a recording session content.
|
static void |
RecorderUi.openEditorView(IRecordingSession session,
IWorkbenchWindow window)
Opens if necessary, and activates the Recording Session editor for the specified
recording session, in the active page of the specified workbench window.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecordingSessionUiContributor.initialize(IRecordingSession session) |
Modifier and Type | Method and Description |
---|---|
IRecordingSession |
INewRecordingSessionWizard.getRecordingSession()
Returns the recording session that was launched by the wizard, if any.
|
Modifier and Type | Method and Description |
---|---|
com.ibm.rational.test.lt.testgen.core.configurator.ITestGenerationConfigurator |
TestgenCore.createTestGenerationConfigurator(IRecordingSession session)
Creates a new Test Generation Configurator for the specified recording session.
|
Constructor and Description |
---|
TestGenerator(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
ITestGeneratorLog log)
Instantiates a new test generator.
|
Modifier and Type | Method and Description |
---|---|
static LTTest |
TestGenUI.runTestGeneration(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
Shell shell)
Performs a test generation operation and displays its progress in a modal dialog.
|
static void |
TestGenUI.startTestGeneration(TestGenerationConfiguration configuration,
IRecordingSession recordingSession,
Shell shell)
Starts a test generation operation and displays its progress in a modal dialog.
|
Modifier and Type | Method and Description |
---|---|
IRecordingSession |
ITestGenerationWizardContext.getRecordingSession()
Returns the recording session that the test generator will work from.
|
© Copyright IBM Corp. 2013. All rights reserved.