Class OracleRawToStringIT

java.lang.Object
io.debezium.embedded.AbstractConnectorTest
io.debezium.connector.oracle.OracleRawToStringIT
All Implemented Interfaces:
Testing

public class OracleRawToStringIT extends AbstractConnectorTest
Tests the behavior of the RawToStringConverter.
Author:
Chris Cranford
  • Field Details

    • connection

      private io.debezium.connector.oracle.OracleConnection connection
  • Constructor Details

    • OracleRawToStringIT

      public OracleRawToStringIT()
  • Method Details

    • before

      public void before() throws Exception
      Throws:
      Exception
    • after

      public void after() throws Exception
      Throws:
      Exception
    • shouldHandleRawConvertedToString

      @FixFor("DBZ-7753") public void shouldHandleRawConvertedToString() throws Exception
      Throws:
      Exception
    • assertRecordNumberValue

      private void assertRecordNumberValue(List<org.apache.kafka.connect.source.SourceRecord> records, int index, Object key, Object data)
    • insertDataBatchStartingAtKey

      private void insertDataBatchStartingAtKey(int initialKey) throws SQLException
      Throws:
      SQLException