AbstractValueCompareAssertionUseRegularExpression Property |
Gets or sets a value indicating whether to use Regular Expression for result comparing
Namespace:
Hummingbird.TestFramework.Automation.Assertions
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [DataMemberAttribute]
public bool UseRegularExpression { get; set; }
<DataMemberAttribute>
Public Property UseRegularExpression As Boolean
Get
Set
public:
[DataMemberAttribute]
property bool UseRegularExpression {
bool get ();
void set (bool value);
}
[<DataMemberAttribute>]
member UseRegularExpression : bool with get, set
Property Value
Type:
Booleantrue to use Regular Expression; otherwise,
false.
See Also