Click or drag to resize

GlobalTestFrameworkVersion Property

Gets the current version of Hummingbird Test Framework.

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static Version TestFrameworkVersion { get; }

Property Value

Type: Version
The Hummingbird Test Framework version in Major.Minor.Build.Revision format.
See Also