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; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public Property TestSuite As TestSuite
Get
Set
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property TestSuite^ TestSuite {
TestSuite^ get ();
void set (TestSuite^ value);
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member TestSuite : TestSuite with get, set
Property Value
Type:
TestSuite
The referenced test suite.
See Also