Package com.hp.lft.sdk
Class SDK
java.lang.Object
com.hp.lft.sdk.SDK
The OpenText Functional Testing for Developers base class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanup()
Performs an SDK cleanup when connection ends.static com.hp.lft.sdk.internal.TypeRegistry
Returns the SDK type registry.static void
init
(SDKConfiguration sdkConfig) Initializes the SDK with the provided configuration.
-
Constructor Details
-
SDK
public SDK()
-
-
Method Details
-
init
Initializes the SDK with the provided configuration.- Parameters:
sdkConfig
- the configuration to use.- Throws:
Exception
- if error occurs during execution
-
cleanup
public static void cleanup()Performs an SDK cleanup when connection ends. -
getTypeRegistry
public static com.hp.lft.sdk.internal.TypeRegistry getTypeRegistry()Returns the SDK type registry.- Returns:
- The SDK type registry.
-