Click or drag to resize

AbstractAssertionId Property

Gets or sets the identifier of the assertion

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

Property Value

Type: Guid
The identifier is initialized when the assertion is first initialized. it will not be changed.
See Also