Class SelectLobParserTest

java.lang.Object
io.debezium.connector.oracle.logminer.SelectLobParserTest

public class SelectLobParserTest extends Object
Unit tests for the Oracle LogMiner SEL_LOB_LOCATOR operation parser, SelectLobParser.
Author:
Chris Cranford
  • Field Details

    • skipRule

      public org.junit.rules.TestRule skipRule
    • parser

      private static io.debezium.connector.oracle.logminer.parser.SelectLobParser parser
  • Constructor Details

    • SelectLobParserTest

      public SelectLobParserTest()
  • Method Details

    • shouldParseSimpleClobBasedLobSelect

      @FixFor("DBZ-2948") public void shouldParseSimpleClobBasedLobSelect() throws Exception
      Throws:
      Exception
    • shouldParseSimpleBlobBasedLobSelect

      @FixFor("DBZ-2948") public void shouldParseSimpleBlobBasedLobSelect() throws Exception
      Throws:
      Exception
    • shouldParseComplexClobBasedLobSelect

      @FixFor("DBZ-2948") public void shouldParseComplexClobBasedLobSelect() throws Exception
      Throws:
      Exception
    • shouldParseComplexBlobBasedLobSelect

      @FixFor("DBZ-2948") public void shouldParseComplexBlobBasedLobSelect() throws Exception
      Throws:
      Exception
    • shouldParseColumnWithEscapedSingleQuoteColumnValues

      @FixFor("DBZ-4994") public void shouldParseColumnWithEscapedSingleQuoteColumnValues() throws Exception
      Throws:
      Exception