testsuiteTestcaseFailuremessage Property |
Gets or sets the message.
Namespace:
Hummingbird.TestFramework.Automation.Report.JUnit
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax [XmlAttributeAttribute]
public string message { get; set; }
<XmlAttributeAttribute>
Public Property message As String
Get
Set
public:
[XmlAttributeAttribute]
property String^ message {
String^ get ();
void set (String^ value);
}
[<XmlAttributeAttribute>]
member message : string with get, set
Property Value
Type:
String
The message.
See Also