Click or drag to resize

TestStepBaseAssertions Property

Gets or sets the assertions related to the current test step

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

Property Value

Type: ObservableCollectionAbstractAssertion
The assertions.
See Also