Click or drag to resize

TestStepBaseRelatedMessage Property

Gets or sets a Message object related to the current test step.

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

Property Value

Type: Message
The message can only be assigned within the Test Step, by the Run() function
See Also