Annotation Interface RequiresDialects


@Retention(RUNTIME) @Target({METHOD,TYPE}) @Deprecated(forRemoval=true) public @interface RequiresDialects
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and RequiresDialects instead.
Plural annotation for RequiresDialect. Useful when test needs to be run against more than one dialect because of a different reason.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Element Details

    • value

      Deprecated, for removal: This API element is subject to removal in a future version.