CommandLineTestStepErrorStreamAsFailed Property |
Gets or sets a value indicating whether to Fail the test if at least a message is written in Standard Error output
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework.Automation (in Hummingbird.TestFramework.Automation.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool ErrorStreamAsFailed { get; set; }
<DataMemberAttribute>
Public Property ErrorStreamAsFailed As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool ErrorStreamAsFailed {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member ErrorStreamAsFailed : bool with get, set
Property Value
Type:
Booleantrue Set status Failed if at least a message is written in standard error output; otherwise,
false.
See Also