Click or drag to resize

ReportItemStatus Property

Gets or sets the Status represents the final TestStatus of an AbstractTestItem

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public TestStatus Status { get; set; }

Property Value

Type: TestStatus
The status.
See Also