Click or drag to resize

GlobalIsAutomatedTestRunning Property

Gets a value indicating whether an automated test is running.

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

Property Value

Type: Boolean
true if this instance is automated test running; otherwise, false.
See Also