Click or drag to resize

AbstractValueCompareAssertionResult Property

Gets the result which compared to Expected Result

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[IgnoreDataMemberAttribute]
public string Result { get; protected set; }

Property Value

Type: String
The result.
See Also