Annotation Type SkipForDialect

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<? extends Dialect> value
      Deprecated, for removal: This API element is subject to removal in a future version.
      The dialects against which to skip the test
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String comment
      Deprecated, for removal: This API element is subject to removal in a future version.
      Comment describing the reason for the skip.
      String jiraKey
      Deprecated, for removal: This API element is subject to removal in a future version.
      The key of a JIRA issue which covers the reason for this skip.
      boolean strictMatching
      Deprecated, for removal: This API element is subject to removal in a future version.
      Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
    • Element Detail

      • value

        Class<? extends Dialect> value
        Deprecated, for removal: This API element is subject to removal in a future version.
        The dialects against which to skip the test
        Returns:
        The dialects
      • strictMatching

        boolean strictMatching
        Deprecated, for removal: This API element is subject to removal in a future version.
        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
        Deprecated, for removal: This API element is subject to removal in a future version.
        Comment describing the reason for the skip.
        Returns:
        The comment
        Default:
        ""
      • jiraKey

        String jiraKey
        Deprecated, for removal: This API element is subject to removal in a future version.
        The key of a JIRA issue which covers the reason for this skip. Eventually we should make this a requirement.
        Returns:
        The jira issue key
        Default:
        ""