public class TestMetadata extends Object implements ITestMetadata
| Constructor and Description |
|---|
TestMetadata(IAnnotationInfo testAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(String name,
String value) |
static TestMetadata |
deserializeXml(SimpleXmlNode xml) |
boolean |
equals(Object obj) |
HashMap<String,String> |
getAttributes() |
String |
getName() |
SimpleXmlNode |
serializeToXml() |
boolean |
shouldNotRunTest() |
public TestMetadata(IAnnotationInfo testAnnotation)
public String getName()
getName in interface ITestMetadatapublic HashMap<String,String> getAttributes()
getAttributes in interface ITestMetadatapublic boolean shouldNotRunTest()
shouldNotRunTest in interface ITestMetadatapublic SimpleXmlNode serializeToXml()
public static TestMetadata deserializeXml(SimpleXmlNode xml)
Copyright © 2017. All rights reserved.