Click or drag to resize

testsuitestestsuite Property

Gets or sets the testsuite.

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

Property Value

Type: ListtestsuitesTestsuite
The testsuite.
See Also