Click or drag to resize

AbstractAssertionInformation Property

Gets or sets the information, error message related to the assertion.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public ObservableCollection<string> Information { get; }

Property Value

Type: ObservableCollectionString
The information related to the assertion, It may contains detailed information if the assertion is failed.
See Also