Annotation Type RequiresDialectFeatureGroup


  • @Inherited
    @Retention(RUNTIME)
    @Target({TYPE,METHOD,ANNOTATION_TYPE})
    @ExtendWith(DialectFilterExtension.class)
    public @interface RequiresDialectFeatureGroup
    Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String jiraKey
      The key of a JIRA issue which relates this this feature requirement.
      • jiraKey

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