Package gw.test
Interface ITestMetadata
-
- All Known Implementing Classes:
TestMetadata
public interface ITestMetadata
Metadata (e.g. annotation info) for a test method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
getAttributes()
String
getName()
boolean
shouldNotRunTest()
-