Gets or sets the errors.
Namespace:
Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlAttributeAttribute]
public int errors { get; set; }
<XmlAttributeAttribute>
Public Property errors As Integer
Get
Set
public:
[XmlAttributeAttribute]
property int errors {
int get ();
void set (int value);
}
[<XmlAttributeAttribute>]
member errors : int with get, set
Property Value
Type:
Int32
The errors.
See Also