Click or drag to resize

TestCaseTestSuite Property

Gets or sets the referenced test suite.

Namespace:  Hummingbird.TestFramework.Automation
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public TestSuite TestSuite { get; set; }

Property Value

Type: TestSuite
The referenced test suite.
See Also