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 | Method and Description |
---|---|
void |
SoloProcessor.addCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
void |
CacheReferenceInterface.addCacheReferenceInterface(CacheReferenceInterface cache)
Add an instance of CacheReferenceInterface to the set of caches to be chained
when seeking an object by key.
|
void |
SoloProcessor.removeCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
void |
CacheReferenceInterface.removeCacheReferenceInterface(CacheReferenceInterface cache)
Remove an instance of CacheReferenceInterface from the set of caches to be chained
when seeking an object by key.
|
Modifier and Type | Class and Description |
---|---|
class |
DriverProcessor |
class |
EngineProcessor |
Modifier and Type | Method and Description |
---|---|
void |
EngineProcessor.addCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
void |
DriverProcessor.addCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
void |
EngineProcessor.removeCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
void |
DriverProcessor.removeCacheReferenceInterface(CacheReferenceInterface cache)
CacheReferenceInterface implementation.
|
Copyright © SAS Institute. All Rights Reserved.