| ShouldFailWhen |
Marker annotation that defines if a test failure should be reported or not base upon condition passed to the annotation.
|
| SkipLongRunning |
Marker annotation used together with the SkipTestRule JUnit rule, that allows long running tests to be excluded
from the build, using the skipLongRunningTests system property.
|
| SkipOnOS |
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be excluded
from the build if they are run on certain platforms.
|
| SkipWhenConnectorUnderTest |
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped
based on the current connector under test
|
| SkipWhenDatabaseVersion |
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped
based on the database version used for testing.
|
| SkipWhenDatabaseVersions |
|
| SkipWhenJavaVersion |
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped
based on the Java version used for testing.
|
| SkipWhenKafkaVersion |
Marker annotation used together with the SkipTestRule JUnit rule, that allows tests to be skipped
based on the Apache Kafka version used for testing.
|