ReportItem Class |
Namespace: Hummingbird.TestFramework.Automation.Report
The ReportItem type exposes the following members.
Name | Description | |
---|---|---|
ReportItem | Initializes a new instance of the ReportItem class |
Name | Description | |
---|---|---|
Context |
Gets or sets the context.
| |
Description |
Gets or sets the description.
| |
DisplayMessage |
Gets or sets the display message.
| |
Duration |
Gets the duration for executing the current item
| |
DurationTicks |
Gets or sets the duration in ticks
| |
HostName |
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
| |
Id |
Gets or sets The ID represents the ID of AbstractTestItem | |
Information |
Gets or sets the information.
| |
Items |
Gets or sets the sub items of the current ReportItem | |
ItemType |
Gets or sets the type of the current ReportItem.
| |
Name |
Gets or sets the Name represents the Name of AbstractTestItem | |
Passrate |
Gets the pass rate (percentage of passed items v.s all items
| |
RequestText |
Gets or sets the request text.
| |
ResponseText |
Gets or sets the response text.
| |
StartTime |
Gets or sets the Date when the current AbstractTestItem starts to run
| |
Status |
Gets or sets the Status represents the final TestStatus of an AbstractTestItem | |
Tag |
Gets or sets the Tag of the ReportItem, it can be anything
| |
Variables |
Gets or sets the variables.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
ToStringOrXml |
Converts any Object to string representation in String or XML format.
(Defined by ExtensionMethods.) | |
ToXmlString |
Converts any Object to string representation in XML format.
(Defined by ExtensionMethods.) |