ConditionalTestStepTrueSteps Property |
This test step will be executed when the condition is meet.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public TestStepGroup TrueSteps { get; set; }
<DataMemberAttribute>
Public Property TrueSteps As TestStepGroup
Get
Set
public:
[DataMemberAttribute]
property TestStepGroup^ TrueSteps {
TestStepGroup^ get ();
void set (TestStepGroup^ value);
}
[<DataMemberAttribute>]
member TrueSteps : TestStepGroup with get, set
Property Value
Type:
TestStepGroupSee Also