Click or drag to resize

ReportItemHostName Property

Gets or sets the host name where is test has been executed. This value is reserved to be compatible with xUnit framework, but not yet used in Hummingbird Test Framework

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

Property Value

Type: String
The name of the host.
See Also