|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The Commandable
interface provides for sending commands to an
instance that records TestSequences. While recording each new TestStep object
has to be added to the current TestSequence. A class implementing this interface
represents the ability of starting a new recording to create a new TestSequence,
stopping the recording to terminate the recorded TestSequence and stopping the
whole process of recording.
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. |
Method Detail |
public void stop()
stopRecording
calling this method should terminate the TestSequence
object and memorize it.
public void startRecording()
stopRecording
is sent.
public void stopRecording()
startRecording
.
public void startRecordingUserInteraction()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |