com.jayway.android.robotium.remotecontrol.client
Class RemoteSoloProcessor

java.lang.Object
  extended by 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
           
 
Constructor Summary
RemoteSoloProcessor(RobotiumTestRunner robotiumTestrunner)
           
 
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
 

Field Detail

classname

public static final java.lang.String classname
Constructor Detail

RemoteSoloProcessor

public RemoteSoloProcessor(RobotiumTestRunner robotiumTestrunner)
Method Detail

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()