Package gw.test

Interface ITestMetadata

All Known Implementing Classes:
TestMetadata

public interface ITestMetadata
Metadata (e.g. annotation info) for a test method.
  • Method Details

    • getName

      String getName()
      Returns:
      The name of the test method.
    • getAttributes

      Map<String,String> getAttributes()
      Returns:
      A map from attribute names to attribute values.
    • shouldNotRunTest

      boolean shouldNotRunTest()