Class XmlBeginParserTest

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

public class XmlBeginParserTest extends Object
Unit tests for the Oracle LogMiner XML BEGIN operation, XmlBeginParser.
Author:
Chris Cranford
  • Field Details

    • skipRule

      public org.junit.rules.TestRule skipRule
    • parser

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

    • XmlBeginParserTest

      public XmlBeginParserTest()
  • Method Details

    • shouldParseSimpleXmlBeginRedoSql

      @FixFor("DBZ-3605") public void shouldParseSimpleXmlBeginRedoSql() throws SQLException
      Throws:
      SQLException
    • shouldParseSimpleXmlBeginRedoSqlWithSpacesInObjectNames

      @FixFor("DBZ-3605") public void shouldParseSimpleXmlBeginRedoSqlWithSpacesInObjectNames() throws SQLException
      Throws:
      SQLException
    • shouldNotParseSimpleXmlBeginRedoSqlWithInvalidPreamble

      @FixFor("DBZ-3605") public void shouldNotParseSimpleXmlBeginRedoSqlWithInvalidPreamble()
    • shouldParseXmlDocBeginThatEndsWithIsNull

      @FixFor("DBZ-7489") public void shouldParseXmlDocBeginThatEndsWithIsNull()