Annotation Interface RequiresDialectFeature


Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Comment describing the reason why the feature is required.
    The key of a JIRA issue which relates this this feature requirement.
    boolean
     
  • Element Details

    • reverse

      boolean reverse
      Returns:
      Whether the decision of feature() is reversed
      Default:
      false
    • comment

      String comment
      Comment describing the reason why the feature is required.
      Returns:
      The comment
      Default:
      ""
    • jiraKey

      String jiraKey
      The key of a JIRA issue which relates this this feature requirement.
      Returns:
      The jira issue key
      Default:
      ""