Package org.hibernate.testing.orm.junit
Annotation Type SkipForDialect
-
@Inherited @Retention(RUNTIME) @Target({TYPE,METHOD}) @Repeatable(SkipForDialectGroup.class) @ExtendWith(DialectFilterExtension.class) public @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:
SkipForDialectGroup
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends Dialect>
dialectClass
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
majorVersion
boolean
matchSubTypes
int
microVersion
int
minorVersion
String
reason
-