TestStepBaseTestCase Property |
Gets the referenced test case for this test step
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
public TestCase TestCase { get; }
<IgnoreDataMemberAttribute>
<XmlIgnoreAttribute>
Public ReadOnly Property TestCase As TestCase
Get
public:
[IgnoreDataMemberAttribute]
[XmlIgnoreAttribute]
property TestCase^ TestCase {
TestCase^ get ();
}
[<IgnoreDataMemberAttribute>]
[<XmlIgnoreAttribute>]
member TestCase : TestCase with get
Property Value
Type:
TestCase
The test case which this TestStep belongs to, the value is provided during text execution
See Also