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