Uses of Enum Class
com.hp.lft.sdk.SDKMode
Packages that use SDKMode
Package
Description
Provides the SDK for core OpenText Functional Testing for Developers functionality.
-
Uses of SDKMode in com.hp.lft.sdk
Methods in com.hp.lft.sdk that return SDKModeModifier and TypeMethodDescriptionModifiableSDKConfiguration.getSDKMode()
SDKConfiguration.getSDKMode()
Returns the the SDK run mode.static SDKMode
Returns the enum constant of this class with the specified name.static SDKMode[]
SDKMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.hp.lft.sdk with parameters of type SDKModeModifier and TypeMethodDescriptionvoid
ModifiableSDKConfiguration.setSDKMode
(SDKMode sdkMode) Sets the SDK run mode.