Click or drag to resize

testsuitetestcase Property

Gets or sets the testcase.

Namespace:  Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlElementAttribute("testcase")]
public List<testsuiteTestcase> testcase { get; set; }

Property Value

Type: ListtestsuiteTestcase
The testcase element of the JUnit XML report
See Also