AutomatedTestReportTestsWarning Property |
Gets the total number of test cases executed and the status is Warning.
Namespace:
Hummingbird.TestFramework.Automation.Report
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public int TestsWarning { get; }
Public ReadOnly Property TestsWarning As Integer
Get
public:
property int TestsWarning {
int get ();
}
member TestsWarning : int with get
Property Value
Type:
Int32
The
Int32 value represents the number of test cases where its status is Warning.
See Also