Click or drag to resize

AbstractValueCompareAssertionIsCaseSensitive Property

Gets or sets a value indicating whether the result matching is case sensitive.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[DataMemberAttribute]
public bool IsCaseSensitive { get; set; }

Property Value

Type: Boolean
true if the match is case sensitive; otherwise, false.
See Also