Package | Description |
---|---|
org.safs.android |
Modifier and Type | Method and Description |
---|---|
protected void |
CFViewFunctions._captureVerifyPropertiesToFileResults(RemoteResults results)
Handles Results for CaptureObjectPropertiesToFile and VerifyPropertiesToFile
|
protected void |
CFTimePickerFunctions._checkCommandsResults(RemoteResults results)
Process the remote results following the execution of the setText command(s).
|
protected void |
CFProgressBarFunctions._checkCommandsResults(RemoteResults results)
Process the remote results following the execution of the setText command(s).
|
protected void |
CFDatePickerFunctions._checkCommandsResults(RemoteResults results)
Process the remote results following the execution of the setText command(s).
|
protected void |
CFCheckBoxFunctions._checkCommandsResults(RemoteResults results)
Process the remote results following the execution of the setText command(s).
|
protected void |
CFViewFunctions._clickCommandResults(RemoteResults results)
Process the remote results following the execution of the click command(s).
|
protected void |
CFViewFunctions._getGuiImageResults(RemoteResults results)
Process the remote results following the execution of the getGuiImage command(s).
|
protected void |
CFViewFunctions._guiExistsResults(RemoteResults results)
Process the remote results following the execution of the GuiDoesExist command(s).
|
protected void |
CFViewFunctions._inputCharactersResults(RemoteResults results)
Process the remote results following the execution of inputCharacters.
|
protected void |
CFTabControlFunctions._oneParameterCommandsResults(RemoteResults results)
Process the remote results following the execution of one parameter command.
|
protected void |
CFScrollBarFunctions._oneParameterCommandsResults(RemoteResults results)
Process the remote results following the execution of one parameter command.
|
protected void |
CFEditTextFunctions._setTextCommandsResults(RemoteResults results)
Process the remote results following the execution of the setText command(s).
|
static DTestRecordHelper |
DUtilities.captureRemoteResultsProperties(RemoteResults results,
DTestRecordHelper data)
Modifies the TestRecordHelper statuscode and statusinfo from the remote results properties.
|
protected void |
DDriverCommand.doClipboardResults(RemoteResults results)
Process result of clipboard related keywords:
AssignClipboardVariable ClearClipboard SaveClipboardToFile SetClipboard VerifyClipboardToFile |
protected void |
DDriverCommand.doCommandWithoutPrameterResults(RemoteResults results)
This method is used to handle result of a keyword without parameter:
HideSoftKeyboard ShowSoftKeyboard |
protected void |
DDriverCommand.doGuiBranchingResults(RemoteResults results)
OnGuiExistsGotoBlockID and OnGuiNotExistGotoBlockID commands remote results.
|
protected void |
DDriverCommand.doTakeScreenShotResults(RemoteResults results)
Process result of keyword TakeScreenShot.
The remote device side will return the rotate degree of the device. The ScreenShot will be got through API of the AndroidDebugBridger at computer side. The returned image is always that you put your device at the default direction. We should rotate that returned image back if the tested android application is rotatable. |
protected void |
DDriverCommand.doWaitForGuiResults(RemoteResults results)
WaitForGui and WaitForGuiGone commands remote results.
|
protected void |
DDriverCommand.processResults(RemoteResults results)
called internally by
DDriverCommand.processProperties(int) AFTER the remote execution has completed. |
protected void |
CFViewFunctions.processResults(RemoteResults results) |
protected void |
CFTimePickerFunctions.processResults(RemoteResults results) |
protected void |
CFTabControlFunctions.processResults(RemoteResults results) |
protected void |
CFScrollBarFunctions.processResults(RemoteResults results) |
protected void |
CFProgressBarFunctions.processResults(RemoteResults results) |
protected void |
CFListViewFunctions.processResults(RemoteResults results) |
protected void |
CFEditTextFunctions.processResults(RemoteResults results) |
protected void |
CFDatePickerFunctions.processResults(RemoteResults results) |
protected void |
CFComponentFunctions.processResults(RemoteResults results)
called internally by
CFComponentFunctions.processProperties(int) AFTER the remote execution has completed. |
protected void |
CFComboBoxFunctions.processResults(RemoteResults results) |
protected void |
CFCheckBoxFunctions.processResults(RemoteResults results) |
Copyright © SAS Institute. All Rights Reserved.