Package com.jayway.android.robotium.remotecontrol.solo

Interface Summary
LogsInterface Encapsulates abstract logging or other reporting activity allowing for different outlets of test logging and reporting.
 

Class Summary
Message The constants used by both Robotium Remote Control and the Robotium Test Runner to exchange commands and data.
RemoteControlUI Crude Test app for initial manual testing of Robotium Remote Control.
RemoteResults Parses a SoloRemoteControl results Properties object into useful primitives.
Solo Provides a remote control API to the embedded Robotium Solo class on the device.
SoloRemoteControl  
SoloRemoteControlRunner  
SoloTest This is used to test Remote Solo Implementation.
The tested Activity is "com.android.example.spinner.SpinnerActivity"
If testing with another Activity, we suggest to subclass this program.
SoloTestAndroidApi This is used to test Remote Solo Implementation.
You see link Remote Solo for methods to test.
We use the sample application ApiDemos provided by Android

Due to the resolution problem, to make the test run smoothly on different
device, you need to modify the AndroidManifest.xml of ApiDemos
application by adding the following line.

After the modification, you need to rebuild it.

This test requires you set you device's "language setting" to "English"
SoloWorker Normally, this class would not be used directly.
 

Exception Summary
RemoteSoloException
Purpose: our user defined application exception used with this package.