Interface | Description |
---|---|
CacheReferenceInterface |
Defines the required API for a Processor able to share cached object references.
|
ProcessorInterface |
Class | Description |
---|---|
AbstractProcessor | |
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 |
Exception | Description |
---|---|
ProcessorException |
This class is used to wrap the errors during processing the messages
from remote robotium solo in SoloProcessor |
Copyright © SAS Institute. All Rights Reserved.