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; }
Public Shared ReadOnly Property IsAutomatedTestRunning As Boolean
Get
public:
static property bool IsAutomatedTestRunning {
bool get ();
}
static member IsAutomatedTestRunning : bool with get
Property Value
Type:
Booleantrue if this instance is automated test running; otherwise,
false.
See Also