GlobalIsPerformanceTestRunning Property |
Gets a value indicating whether a performance test is running.
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public static bool IsPerformanceTestRunning { get; }
Public Shared ReadOnly Property IsPerformanceTestRunning As Boolean
Get
public:
static property bool IsPerformanceTestRunning {
bool get ();
}
static member IsPerformanceTestRunning : bool with get
Property Value
Type:
Booleantrue if this performance test is running; otherwise,
false.
See Also