com.jayway.android.robotium.remotecontrol.client
Class RemoteSoloProcessor
java.lang.Object
com.jayway.android.robotium.remotecontrol.client.RemoteSoloProcessor
public class RemoteSoloProcessor
- extends java.lang.Object
- Since:
- Feb 16, 2012
Field Summary |
static java.lang.String |
classname
|
Method Summary |
protected boolean |
checkSolo()
|
protected void |
debug(java.lang.String message)
|
void |
processProperties(java.util.Properties props)
Before calling this method, you should call setRemoteCommand() |
void |
setRemoteCommand(java.lang.String remoteCommand)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
classname
public static final java.lang.String classname
RemoteSoloProcessor
public RemoteSoloProcessor(RobotiumTestRunner robotiumTestrunner)
setRemoteCommand
public void setRemoteCommand(java.lang.String remoteCommand)
debug
protected void debug(java.lang.String message)
checkSolo
protected boolean checkSolo()
processProperties
public void processProperties(java.util.Properties props)
- Before calling this method, you should call setRemoteCommand()