Click or drag to resize

AbstractAssertionStatus Property

Gets or sets the Status of the current Assertion.

Namespace:  Hummingbird.TestFramework.Automation.Assertions
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
[XmlIgnoreAttribute]
public TestStatus Status { get; set; }

Property Value

Type: TestStatus
One of the Status. The default value is NoRun if the assertion is not yet run.
See Also