Uses of Enum Class
com.hp.lft.sdk.mobile.DeviceSource
Packages that use DeviceSource
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
Provides the SDK for testing objects in mobile applications.
-
Uses of DeviceSource in com.hp.lft.sdk
Methods in com.hp.lft.sdk with parameters of type DeviceSourceModifier and TypeMethodDescriptionstatic Device
SrfLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it. -
Uses of DeviceSource in com.hp.lft.sdk.mobile
Methods in com.hp.lft.sdk.mobile that return DeviceSourceModifier and TypeMethodDescriptionDeviceSessionOptions.getDeviceSource()
Returns aDeviceSource
representing the source of the device to use.Device.getSource()
The source to take the device fromstatic DeviceSource
Returns the enum constant of this class with the specified name.static DeviceSource[]
DeviceSource.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk.mobile with parameters of type DeviceSourceModifier and TypeMethodDescriptionstatic Device
MobileLab.lockDevice
(DeviceDescription description, ApplicationDescription[] appsToInstall, DeviceSource deviceSource) Obtains a device from the OpenText Functional Testing Lab and locks it so that only the current test can perform actions on it.DeviceSessionOptions.setDeviceSource
(DeviceSource deviceSource) Sets theDeviceSource
representing the source of the device to use.