Click or drag to resize

GlobalAvaliableExtensions Property

Gets a list of available extensions. Extensions will be loaded automatically when hummingbird test framework initializes. this global variable lists all available extensions. If an extension is loaded, the LoadingStatus property will be set to Loaded If Hummingbird Test Framework can not load the extension, this property will be set to other values.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static ObservableCollection<ExtensionDefinition> AvaliableExtensions { get; }

Property Value

Type: ObservableCollectionExtensionDefinition
The available extensions.
See Also