AutomatedTestReport Properties |
The AutomatedTestReport type exposes the following members.
Name | Description | |
---|---|---|
Context |
Gets or sets the context.
(Inherited from ReportItem.) | |
DateGenerated |
Gets or sets the date when the report is generated.
| |
Description |
Gets or sets the description.
(Inherited from ReportItem.) | |
DisplayMessage |
Gets or sets the display message.
(Inherited from ReportItem.) | |
Duration |
Gets the duration for executing the current item
(Inherited from ReportItem.) | |
DurationTicks |
Gets or sets the duration in ticks
(Inherited from ReportItem.) | |
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
(Inherited from ReportItem.) | |
Id |
Gets or sets The ID represents the ID of AbstractTestItem (Inherited from ReportItem.) | |
Information |
Gets or sets the information.
(Inherited from ReportItem.) | |
Items |
Gets or sets the sub items of the current ReportItem (Inherited from ReportItem.) | |
ItemType |
Gets or sets the type of the current ReportItem.
(Inherited from ReportItem.) | |
Name |
Gets or sets the Name represents the Name of AbstractTestItem (Inherited from ReportItem.) | |
Passrate |
Gets the string representation of Pass rate (Passed test / Total tests).
| |
RequestText |
Gets or sets the request text.
(Inherited from ReportItem.) | |
ResponseText |
Gets or sets the response text.
(Inherited from ReportItem.) | |
StartTime |
Gets or sets the Date when the current AbstractTestItem starts to run
(Inherited from ReportItem.) | |
Status |
Gets or sets the Status represents the final TestStatus of an AbstractTestItem (Inherited from ReportItem.) | |
Tag |
Gets or sets the Tag of the ReportItem, it can be anything
(Inherited from ReportItem.) | |
TestsFailed |
Gets the total number of test cases failed.
| |
TestsPassed |
Gets the total number of test cases passed.
| |
TestSuites |
Gets the total number of test suites.
| |
TestsWarning |
Gets the total number of test cases executed and the status is Warning.
| |
TotalTests |
Gets the total number of test cases and test instances from the current test
| |
Variables |
Gets or sets the variables.
(Inherited from ReportItem.) |