Package gw.test
Class TestMetadata
java.lang.Object
gw.test.TestMetadata
- All Implemented Interfaces:
ITestMetadata
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttribute(String name, String value) static TestMetadatabooleangetName()boolean
-
Field Details
-
_name
-
_attributes
-
_doNotRunTest
private boolean _doNotRunTest
-
-
Constructor Details
-
TestMetadata
-
TestMetadata
private TestMetadata()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceITestMetadata- Returns:
- The name of the test method.
-
equals
-
addAttribute
-
getAttributes
- Specified by:
getAttributesin interfaceITestMetadata- Returns:
- A map from attribute names to attribute values.
-
shouldNotRunTest
public boolean shouldNotRunTest()- Specified by:
shouldNotRunTestin interfaceITestMetadata
-
serializeToXml
-
deserializeXml
-