Click or drag to resize

ReportItemType Enumeration

The Type of the automation report node

Namespace:  Hummingbird.TestFramework.Automation.Report
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[SerializableAttribute]
public enum ReportItemType
Members
  Member nameValueDescription
TestSuite0 Represents the result Test Suite
TestCase1 Represents the result of a TestCase
TestInstance2 Represents the result of a Test Instance within a DataDrivenTestCase
TestStep3 Represents the result of a Test Step
Other4 Represents other things than above.
Assertion5 Represents an Assertion
DataDrivenTestCase6 Represents a DataDrivenTestCase
LoadTestCase7 Represents a Load test case
See Also