Package io.debezium.junit
Annotation Type SkipWhenDatabaseVersions
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface SkipWhenDatabaseVersions
Collects together multipleSkipWhenDatabaseVersionannotations.- Author:
- Chris Cranford
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description SkipWhenDatabaseVersion[]valueSpecifies the versions the test should be skipped for.
-
-
-
Element Detail
-
value
SkipWhenDatabaseVersion[] value
Specifies the versions the test should be skipped for.
-
-