|
||||||||||
| 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()
CommandablestopRecording calling this method should terminate the TestSequence
object and memorize it.
stop in interface Commandablepublic void startRecording()
CommandablestopRecording is sent.
startRecording in interface Commandablepublic void stopRecording()
CommandablestartRecording.
stopRecording in interface Commandablepublic void setStop(java.lang.String stop)
public java.lang.String getStop()
public void setInterpreter(CommandInterpreter interpreter)
public void startRecordingUserInteraction()
Commandable
startRecordingUserInteraction in interface Commandablede.oio.bugkilla.recorder.Commandable#startRecordingTestStep()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||