Annotation Type RequiresDialect

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Dialect>[] value
      The dialects against which to run the test
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String comment
      Comment describing the reason why the dialect is required.
      String jiraKey
      The key of a JIRA issue which relates this this restriction
      boolean strictMatching
      Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
    • Element Detail

      • value

        Class<? extends Dialect>[] value
        The dialects against which to run the test
        Returns:
        The dialects
      • strictMatching

        boolean strictMatching
        Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
        Returns:
        Should strict matching be used?
        Default:
        false
      • comment

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

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