Class TimezoneConverterTest

java.lang.Object
io.debezium.transforms.TimezoneConverterTest

public class TimezoneConverterTest extends Object
  • Field Details

    • converter

      private final io.debezium.transforms.TimezoneConverter<org.apache.kafka.connect.source.SourceRecord> converter
    • sourceSchema

      protected final org.apache.kafka.connect.data.Schema sourceSchema
    • recordSchema

      protected final org.apache.kafka.connect.data.Schema recordSchema
  • Constructor Details

    • TimezoneConverterTest

      public TimezoneConverterTest()
  • Method Details

    • testMultipleDebeziumTimestamps

      public void testMultipleDebeziumTimestamps()
    • testSingleDebeziumTimestamp

      public void testSingleDebeziumTimestamp()
    • testKafkaConnectTimestamp

      public void testKafkaConnectTimestamp()
    • testIncludeListWithTablePrefix

      public void testIncludeListWithTablePrefix()
    • testIncludeListWithTopicPrefix

      public void testIncludeListWithTopicPrefix()
    • testIncludeListWithNoPrefix

      public void testIncludeListWithNoPrefix()
    • testExcludeListWithTablePrefix

      public void testExcludeListWithTablePrefix()
    • testExcludeListWithTopicPrefix

      public void testExcludeListWithTopicPrefix()
    • testExcludeListWithNoPrefix

      public void testExcludeListWithNoPrefix()
    • testIncludeListMultipleTables

      public void testIncludeListMultipleTables()
    • testExcludeListMultipleTables

      public void testExcludeListMultipleTables()
    • testBothIncludeExcludeList

      public void testBothIncludeExcludeList()
    • testWithNoConfig

      public void testWithNoConfig()
    • testWithInvalidConfig

      public void testWithInvalidConfig()
    • testExcludeListWithMultipleFields

      public void testExcludeListWithMultipleFields()
    • testDayLightSavings

      public void testDayLightSavings()
    • testUnsupportedLogicalTypes

      public void testUnsupportedLogicalTypes()