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; }
Public Shared ReadOnly Property TestFrameworkVersion As Version
Get
public:
static property Version^ TestFrameworkVersion {
Version^ get ();
}
static member TestFrameworkVersion : Version with get
Property Value
Type:
Version
The Hummingbird Test Framework version in Major.Minor.Build.Revision format.
See Also