|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.oio.bugkilla.protocol.CommandLanguage
Field Summary | |
static java.lang.String |
EXIT_RECORDER
Command 'off' to exit the bugkilla-recorder. |
static java.lang.String |
START_RECORDING
Command 'start' to recording a new TestSequence |
static java.lang.String |
START_TEST_STEP
Deprecated. since release 0-0-3. Please use instead the command userInteraction ("ui"). |
static java.lang.String |
START_USER_INTERACTION
Command 'ui' to recording a new UserInteraction |
static java.lang.String |
STOP_RECORDING
Command 'stop' to stop the recording of a TestSequence |
Constructor Summary | |
CommandLanguage()
|
Method Summary | |
void |
startRecording()
Starts recording a new TestSequence. |
void |
startRecordingUserInteraction()
Starts recording a new UserInteraction. |
void |
stop()
Stops the process of creating new TestStep objects added to the current TestSequence. |
void |
stopRecording()
Stops the recording process of creating new UserInteraction objects added to the current TestSequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String START_RECORDING
public static final java.lang.String STOP_RECORDING
public static final java.lang.String EXIT_RECORDER
public static final java.lang.String START_USER_INTERACTION
public static final java.lang.String START_TEST_STEP
Constructor Detail |
public CommandLanguage()
Method Detail |
public void stop()
Commandable
stopRecording
calling this method should terminate the TestSequence
object and memorize it.
stop
in interface Commandable
Commandable.stop()
public void startRecording()
Commandable
stopRecording
is sent.
startRecording
in interface Commandable
Commandable.startRecording()
public void stopRecording()
Commandable
startRecording
.
stopRecording
in interface Commandable
Commandable.stopRecording()
public void startRecordingUserInteraction()
Commandable
startRecordingUserInteraction
in interface Commandable
de.oio.bugkilla.protocol.Commandable#startRecordingTestStep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |