Package | Description |
---|---|
com.jayway.android.robotium.remotecontrol.client.processor | |
org.safs.android.engine.processor |
Modifier and Type | Class and Description |
---|---|
class |
SoloProcessor
This class is used to process the "remote command" from the robotium-remote-control
The input parameters are in a Properties object, and the results will be put into that properties object, which will be sent back to robotium-remote-control They will be in key-value format in the properties object. The key is defined as constant in SoloMessage Refer to the following page to know what key to get and what key to set for each "command" http://safsdev.sourceforge.net/doc/com/jayway/android/robotium/remotecontrol/solo/Solo.html |
Modifier and Type | Class and Description |
---|---|
class |
CheckBoxProcessor |
class |
ComboBoxProcessor |
class |
DataPickerProcessor |
class |
DriverProcessor |
class |
EditTextProcessor |
class |
EngineProcessor |
class |
GridViewProcessor |
class |
ListViewProcessor |
class |
ProgressBarProcessor |
class |
RoutingViewProcessor
This processor is a special processor used to route commands according to the type of object encountered.
|
class |
SAFSProcessor |
class |
ScrollBarProcessor |
class |
TabControlProcessor |
class |
TestStepProcessor
Abstract class used to process ComponentFunctions
in the remote (on-device) SAFSTestRunner.
|
class |
TextViewProcessor |
class |
TimePickerProcessor |
class |
ViewProcessor |
Copyright © SAS Institute. All Rights Reserved.