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 TypeMethodDescriptionvoid
addAttribute
(String name, String value) static TestMetadata
boolean
getName()
boolean
-
Field Details
-
_name
-
_attributes
-
_doNotRunTest
private boolean _doNotRunTest
-
-
Constructor Details
-
TestMetadata
-
TestMetadata
private TestMetadata()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceITestMetadata
- Returns:
- The name of the test method.
-
equals
-
addAttribute
-
getAttributes
- Specified by:
getAttributes
in interfaceITestMetadata
- Returns:
- A map from attribute names to attribute values.
-
shouldNotRunTest
public boolean shouldNotRunTest()- Specified by:
shouldNotRunTest
in interfaceITestMetadata
-
serializeToXml
-
deserializeXml
-