MessageIsAutomationMessage Property |
Gets a value indicating whether this message is added by automation engine.
The value is automatically set to true when the message is generated and automated test is running (Global.IsAutomatedTestRunning = True)
Namespace:
Hummingbird.TestFramework.Messaging
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
public bool IsAutomationMessage { get; }
<XmlIgnoreAttribute>
<IgnoreDataMemberAttribute>
Public ReadOnly Property IsAutomationMessage As Boolean
Get
public:
[XmlIgnoreAttribute]
[IgnoreDataMemberAttribute]
property bool IsAutomationMessage {
bool get ();
}
[<XmlIgnoreAttribute>]
[<IgnoreDataMemberAttribute>]
member IsAutomationMessage : bool with get
Property Value
Type:
Booleantrue if this instance is automation message; otherwise,
false.
See Also