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