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