TestStepResultConditionExpectedStatus Property |
Gets or sets the expected status of the given test step
Namespace:
Hummingbird.TestFramework.Automation.FunctionalConditions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public TestStatus ExpectedStatus { get; set; }
<DataMemberAttribute>
Public Property ExpectedStatus As TestStatus
Get
Set
public:
[DataMemberAttribute]
property TestStatus ExpectedStatus {
TestStatus get ();
void set (TestStatus value);
}
[<DataMemberAttribute>]
member ExpectedStatus : TestStatus with get, set
Property Value
Type:
TestStatus
a
TestStatus object represents the expected status of the given test step
See Also