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