Click or drag to resize

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; }

Property Value

Type: Boolean
true Set status Failed if at least a message is written in standard error output; otherwise, false.
See Also