Click or drag to resize

ProfileDefaultEnvironment Property

Gets the default test environment.

Namespace:  Hummingbird.TestFramework.Configuration
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public TestEnvironment DefaultEnvironment { get; }

Property Value

Type: TestEnvironment
The default test environment.
See Also