Class SDK
The OpenText Functional Testing for Developers SDK base class.
Inherited Members
Namespace: HP.LFT.SDK
Assembly: HP.LFT.SDK.dll
Syntax
public class SDK
Constructors
SDK()
Declaration
public SDK()
Properties
Configuration
The SDK configuration.
Declaration
public static ISdkConfiguration Configuration { get; }
Property Value
| Type | Description |
|---|---|
| ISdkConfiguration |
IsServerReady
Indicates whether the runtime engine is ready for communication connections.
Declaration
public static bool IsServerReady { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TypeRegistry
The SDK type registry.
Declaration
public static ITypeRegistry TypeRegistry { get; }
Property Value
| Type | Description |
|---|---|
| ITypeRegistry |
Methods
Cleanup()
Performs an SDK cleanup when connection ends.
Declaration
public static void Cleanup()
Init(SdkConfiguration)
Initializes the SDK with the specified configuration.
Declaration
public static void Init(SdkConfiguration sdkConfig)
Parameters
| Type | Name | Description |
|---|---|---|
| SdkConfiguration | sdkConfig |