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