Package io.debezium.junit
Annotation Type SkipWhenKafkaVersion
-
@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface SkipWhenKafkaVersion
Marker annotation used together with theSkipTestRuleJUnit rule, that allows tests to be skipped based on the Apache Kafka version used for testing.- Author:
- Chris Cranford
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description EqualityCheckcheckSkipWhenKafkaVersion.KafkaVersionvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Stringdescription
-
-
-
Element Detail
-
value
SkipWhenKafkaVersion.KafkaVersion value
-
-
-
check
EqualityCheck check
-
-
-
description
String description
- Default:
- ""
-
-