Annotation Interface SkipForDialect


Indicates that the annotated test class/method should be skipped when the indicated Dialect is being used. It is a repeatable annotation
See Also:
  • Element Details

    • matchSubTypes

      boolean matchSubTypes
      Default:
      false
    • reason

      String reason
      Default:
      "<undefined>"
    • majorVersion

      int majorVersion
      Default:
      -1
    • minorVersion

      int minorVersion
      Default:
      -1
    • microVersion

      int microVersion
      Default:
      -1