TestStepBaseOnErrorBehavior Property |
Gets or sets the behavior of Automation Engine when the current test case fails
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public OnErrorBehavior OnErrorBehavior { get; set; }
<DataMemberAttribute>
Public Property OnErrorBehavior As OnErrorBehavior
Get
Set
public:
[DataMemberAttribute]
property OnErrorBehavior OnErrorBehavior {
OnErrorBehavior get ();
void set (OnErrorBehavior value);
}
[<DataMemberAttribute>]
member OnErrorBehavior : OnErrorBehavior with get, set
Property Value
Type:
OnErrorBehavior
The onErrorBehavior. see
OnErrorBehaviorSee Also