Uses of Package
io.debezium.connector.jdbc.junit.jupiter.e2e
Packages that use io.debezium.connector.jdbc.junit.jupiter.e2e
Package
Description
-
Classes in io.debezium.connector.jdbc.junit.jupiter.e2e used by io.debezium.connector.jdbc.e2eClassDescriptionA marker annotation that can designate that a given test method should only be executed if the test invocation's
SourceTypematches one of the entries inForSource.value().Allows preventing theExtractNewRecordStatetransform from being applied to the parameterized test.Mark a test template method to be skipped if the current sink type matches any of the types specific in the annotation'sSkipWhenSink.value()array.Mark a test template method to be skipped if the current source type matches any of the types specific in the annotation'sSkipWhenSource.value()array.Allows applying multipleSkipWhenSourceannotations to the same method, allowing each annotation to designate differ reasons why the sources are being skipped.A marker annotation that triggers the inclusion of the variousTemporalPrecisionModevalues as part of the test template's invocation matrix. -
Classes in io.debezium.connector.jdbc.junit.jupiter.e2e used by io.debezium.connector.jdbc.junit.jupiter.e2eClassDescriptionAllows preventing the column type propagation from being applied to the parameterized test.Allows preventing the
ExtractNewRecordStatetransform from being applied to the parameterized test. -
Classes in io.debezium.connector.jdbc.junit.jupiter.e2e used by io.debezium.connector.jdbc.junit.jupiter.e2e.sourceClassDescriptionMark a test template method to be skipped if the current source type matches any of the types specific in the annotation's
SkipWhenSource.value()array.Allows applying multipleSkipWhenSourceannotations to the same method, allowing each annotation to designate differ reasons why the sources are being skipped.