|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.oio.bugkilla.protocol.CommandLanguage | +--de.oio.bugkilla.recorder.RecorderState | +--de.oio.bugkilla.recorder.UserInteractionExpected
Field Summary |
Fields inherited from class de.oio.bugkilla.recorder.RecorderState |
manager |
Fields inherited from class de.oio.bugkilla.protocol.CommandLanguage |
EXIT_RECORDER, START_RECORDING, START_TEST_STEP, START_USER_INTERACTION, STOP_RECORDING |
Constructor Summary | |
UserInteractionExpected(RecorderManager manager)
Constructor UserInteractionExpected. |
Method Summary | |
void |
startRecordingUserInteraction()
Starts recording a new UserInteraction. |
void |
stopRecording()
Stops the recording process of creating new UserInteraction objects added to the current TestSequence. |
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage |
startRecording, stop |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UserInteractionExpected(RecorderManager manager)
manager
- RecorderManagerMethod Detail |
public void stopRecording()
Commandable
startRecording
.
stopRecording
in interface Commandable
stopRecording
in class CommandLanguage
Commandable.stopRecording()
public void startRecordingUserInteraction()
Commandable
startRecordingUserInteraction
in interface Commandable
startRecordingUserInteraction
in class CommandLanguage
Commandable.startRecordingUserInteraction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |