Click or drag to resize

SimpleResponseConditionOperator Property

The operator of evaluation: Equals, NotEquals, ...

Namespace:  Hummingbird.TestFramework.Automation.ResponseConditions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public RelationalOperator Operator { get; set; }

Property Value

Type: RelationalOperator
See Also