Click or drag to resize

testsuiteproperties Property

Gets or sets the properties.

Namespace:  Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlArrayItemAttribute("property", IsNullable = false)]
public List<testsuiteProperty> properties { get; set; }

Property Value

Type: ListtestsuiteProperty
The properties.
See Also