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