Class SDK

java.lang.Object
com.hp.lft.sdk.SDK

public class SDK extends Object
The OpenText Functional Testing for Developers base class.
  • Constructor Details

    • SDK

      public SDK()
  • Method Details

    • init

      public static void init(SDKConfiguration sdkConfig) throws Exception
      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.