Click or drag to resize

testsuiteTestcaseItem Property

Gets or sets the sub element of the testcase, JUnit XML Report The element can be either testsuiteTestcaseError or testsuiteTestcaseFailure

Namespace:  Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlElementAttribute("error", typeof(testsuiteTestcaseError))]
[XmlElementAttribute("failure", typeof(testsuiteTestcaseFailure))]
public Object Item { get; set; }

Property Value

Type: Object
The item.
See Also