Package io.debezium.connector.jdbc.junit.jupiter.e2e
package io.debezium.connector.jdbc.junit.jupiter.e2e
-
Annotation TypesClassDescriptionA 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().A marker meta annotation that explicitly skips all matrix bits and instead executes the annotated method once only for the sources specified in theForSourceNoMatrix.value().Allows preventing the column type propagation from being applied to the parameterized test.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.