de.oio.bugkilla.recorder
Class UserInteractionExpected

java.lang.Object
  |
  +--de.oio.bugkilla.protocol.CommandLanguage
        |
        +--de.oio.bugkilla.recorder.RecorderState
              |
              +--de.oio.bugkilla.recorder.UserInteractionExpected
All Implemented Interfaces:
Commandable

public class UserInteractionExpected
extends RecorderState

Author:
mniete To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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

UserInteractionExpected

public UserInteractionExpected(RecorderManager manager)
Constructor UserInteractionExpected.

Parameters:
manager - RecorderManager
Method Detail

stopRecording

public void stopRecording()
Description copied from interface: Commandable
Stops the recording process of creating new UserInteraction objects added to the current TestSequence. When calling this method the TestSequence should be registered with a new Identity and memorized in the sequence pool. The Commandable now can restart recording a new sequence by the use of calling startRecording.

Specified by:
stopRecording in interface Commandable
Overrides:
stopRecording in class CommandLanguage
See Also:
Commandable.stopRecording()

startRecordingUserInteraction

public void startRecordingUserInteraction()
Description copied from interface: Commandable
Starts recording a new UserInteraction.

Specified by:
startRecordingUserInteraction in interface Commandable
Overrides:
startRecordingUserInteraction in class CommandLanguage
See Also:
Commandable.startRecordingUserInteraction()


Copyright © Orientation in Objects GmbH. All Rights Reserved.