|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.oio.bugkilla.protocol.test.CommandableTestHelper
************************************** Represents a mock object for testing * **************************************
Field Summary | |
boolean |
recording
|
boolean |
ui
|
Constructor Summary | |
CommandableTestHelper()
|
Method Summary | |
java.lang.String |
getStop()
|
void |
setInterpreter(CommandInterpreter interpreter)
|
void |
setStop(java.lang.String stop)
|
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 boolean recording
public boolean ui
Constructor Detail |
public CommandableTestHelper()
Method Detail |
public void stop()
Commandable
stopRecording
calling this method should terminate the TestSequence
object and memorize it.
stop
in interface Commandable
public void startRecording()
Commandable
stopRecording
is sent.
startRecording
in interface Commandable
public void stopRecording()
Commandable
startRecording
.
stopRecording
in interface Commandable
public void setStop(java.lang.String stop)
public java.lang.String getStop()
public void setInterpreter(CommandInterpreter interpreter)
public void startRecordingUserInteraction()
Commandable
startRecordingUserInteraction
in interface Commandable
de.oio.bugkilla.recorder.Commandable#startRecordingTestStep()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |