Click or drag to resize

ReportItem Properties

The ReportItem type exposes the following members.

Properties
  NameDescription
Public propertyContext
Gets or sets the context.
Public propertyDescription
Gets or sets the description.
Public propertyDisplayMessage
Gets or sets the display message.
Public propertyDuration
Gets the duration for executing the current item
Public propertyDurationTicks
Gets or sets the duration in ticks
Public propertyHostName
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
Public propertyId
Gets or sets The ID represents the ID of AbstractTestItem
Public propertyInformation
Gets or sets the information.
Public propertyItems
Gets or sets the sub items of the current ReportItem
Public propertyItemType
Gets or sets the type of the current ReportItem.
Public propertyName
Gets or sets the Name represents the Name of AbstractTestItem
Public propertyPassrate
Gets the pass rate (percentage of passed items v.s all items
Public propertyRequestText
Gets or sets the request text.
Public propertyResponseText
Gets or sets the response text.
Public propertyStartTime
Gets or sets the Date when the current AbstractTestItem starts to run
Public propertyStatus
Gets or sets the Status represents the final TestStatus of an AbstractTestItem
Public propertyTag
Gets or sets the Tag of the ReportItem, it can be anything
Public propertyVariables
Gets or sets the variables.
Top
See Also