@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface SkipWhenKafkaVersion
SkipTestRule JUnit rule, that allows tests to be skipped
based on the Apache Kafka version used for testing.| Modifier and Type | Required Element and Description |
|---|---|
EqualityCheck |
check |
SkipWhenKafkaVersion.KafkaVersion |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
description |
public abstract SkipWhenKafkaVersion.KafkaVersion value
public abstract EqualityCheck check
public abstract String description
Copyright © 2021 JBoss by Red Hat. All rights reserved.