HistoryAutomatedTestFailed Property |
Gets or sets the number of automated test executed but failed, This is a Overall counter.
Namespace:
Hummingbird.TestFramework.Configuration
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public long AutomatedTestFailed { get; set; }
Public Property AutomatedTestFailed As Long
Get
Set
public:
property long long AutomatedTestFailed {
long long get ();
void set (long long value);
}
member AutomatedTestFailed : int64 with get, set
Property Value
Type:
Int64
The automated test failed.
See Also