Package | Description |
---|---|
com.jayway.android.robotium.remotecontrol.client | |
com.jayway.android.robotium.remotecontrol.client.processor | |
org.safs.android.engine.processor |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.HashMap<java.lang.String,java.util.Vector<ProcessorInterface>> |
AbstractTestRunner.processorsMap
Do we need multiple processors for one target?
If not, we may just define the cache as HashMap
|
Modifier and Type | Method and Description |
---|---|
java.util.Vector<ProcessorInterface> |
AbstractTestRunner.getProcessors(java.lang.String target)
According to the target, get the processors from a cache
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTestRunner.addProcessor(java.lang.String target,
ProcessorInterface processor)
According to the target, put the processor to a cache
|
void |
AbstractTestRunner.removeProcessor(java.lang.String target,
ProcessorInterface processor)
Remove the processor from the cache, the processor should belong to 'target'
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractProcessor |
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.