|
||||||||||
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.Connected
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 | |
Connected(RecorderManager recorderManager)
|
Method Summary | |
void |
startRecording()
Starts recording a new TestSequence. |
void |
stop()
Stops the process of creating new TestStep objects added to the current TestSequence. |
Methods inherited from class de.oio.bugkilla.protocol.CommandLanguage |
startRecordingUserInteraction, stopRecording |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Connected(RecorderManager recorderManager)
de.oio.bugkilla.recorder.RecorderState#RecorderState(de.oio.
bugkilla.recorder.RecorderManager)
Method Detail |
public void startRecording()
Commandable
stopRecording
is sent.
startRecording
in interface Commandable
startRecording
in class CommandLanguage
Commandable.startRecording()
public void stop()
Commandable
stopRecording
calling this method should terminate the TestSequence
object and memorize it.
stop
in interface Commandable
stop
in class CommandLanguage
Commandable.stop()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |