Package com.jayway.android.robotium.remotecontrol.client

Class Summary
AbstractTestRunner Primary InstrumentationTestRunner used for binding and un-binding TCP Messenger Service.
It contains a MessengerRunner, which is used to handle the messages from 'TCP Messenger'.
When the service is connected, MessengerRunner will be started in a separated thread.
RobotiumTestCase Robotium requires the use of an ActivityInstrumentationTestCase2 and not the InstrumentationTestRunner of the test package.
RobotiumTestRunner Primary InstrumentationTestRunner used for remote controlled Android Automation in associated with a TCP Messenger Service.
SoloMessage This class is just a wrapper to com.jayway.android.robotium.remotecontrol.solo.Message As we have org.safs.sockets.Message, who has the same.