Click or drag to resize

testsuitesystemerr Property

Gets or sets the system-err element.

Namespace:  Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlElementAttribute("system-err")]
public string systemerr { get; set; }

Property Value

Type: String
The system-err of the JUnit element.
See Also