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