Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.annotations |
Provides the classes for describing recording annotations.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
com.ibm.rational.test.lt.recorder.core.message |
Definition and implementations of messages exchanged between recording components and external entities.
|
com.ibm.rational.test.lt.testgen.core.configuration |
Provides the classes for defining test generation configurations.
|
com.ibm.rational.test.lt.testgen.core.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Class and Description |
---|---|
class |
RecordingSessionAmendmentAnnotation
An annotation describing an amendment to a recording session configuration while the session
is running.
|
Modifier and Type | Method and Description |
---|---|
RecorderAnnotation |
RecorderAnnotation.clone() |
RecorderAnnotation |
IRecorderAnnotationPacket.getAnnotation()
Returns the recording annotation.
|
RecorderAnnotation |
IAnnotationServerHandler.process(byte[] buffer,
int len)
Processes the buffer and returns an RecorderAnnotation
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationStateHandler.annotate(RecorderAnnotation annotation,
long interactionTime)
Sub-classes should override this method in order to examine the annotation.
|
Modifier and Type | Method and Description |
---|---|
RecorderAnnotation |
AnnotationMessage.getAnnotation() |
Constructor and Description |
---|
AnnotationMessage(RecorderAnnotation annotation,
long interactionTime) |
Modifier and Type | Method and Description |
---|---|
RecorderAnnotation |
AnnotationOverrideConfiguration.getAnnotation() |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationOverrideConfiguration.setAnnotation(RecorderAnnotation annotation) |
Modifier and Type | Method and Description |
---|---|
RecorderAnnotation |
ITestGeneratorContext.resolveAnnotation(IRecorderAnnotationPacket packet)
Returns the recorder annotation associated to the given annotation packet.
|
© Copyright IBM Corp. 2013. All rights reserved.