CustomTestStepTestStep Property |
Gets the underlying test step.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public TestStepBase TestStep { get; }
Public ReadOnly Property TestStep As TestStepBase
Get
public:
property TestStepBase^ TestStep {
TestStepBase^ get ();
}
member TestStep : TestStepBase with get
Property Value
Type:
TestStepBase
The underlying test step.
See Also