Package gw.test
Interface ITestMetadata
- All Known Implementing Classes:
TestMetadata
public interface ITestMetadata
Metadata (e.g. annotation info) for a test method.
-
Method Summary
-
Method Details
-
getName
String getName()- Returns:
- The name of the test method.
-
getAttributes
- Returns:
- A map from attribute names to attribute values.
-
shouldNotRunTest
boolean shouldNotRunTest()
-