Interface | Description |
---|---|
LogsInterface |
Encapsulates abstract logging or other reporting activity allowing for different
outlets of test logging and reporting.
|
Class | Description |
---|---|
LogsImpl |
Default FileWriter version of a Robotium RemoteControl LogsInterface
|
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.
|
RobotiumUtils |
This class is used to process the methods of RobotiumUtils from the robotium-remote-control side.
This is only a wrapper class, the real implementation is in Solo class, refer to Solo |
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.
|
Timeout |
This class is used to process the methods of Timeout at the robotium-remote-control side.
This is only a wrapper class, the real implementation is in Solo class, refer to Solo |
Exception | Description |
---|---|
RemoteSoloException |
Purpose: our user defined application exception used with this package. |
Copyright © SAS Institute. All Rights Reserved.