Class XmlBeginParserTest
java.lang.Object
io.debezium.connector.oracle.logminer.XmlBeginParserTest
Unit tests for the Oracle LogMiner
XML BEGIN operation, XmlBeginParser.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoid
-
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
- Throws:
SQLException
-
shouldParseSimpleXmlBeginRedoSqlWithSpacesInObjectNames
@FixFor("DBZ-3605") public void shouldParseSimpleXmlBeginRedoSqlWithSpacesInObjectNames() throws SQLException- Throws:
SQLException
-
shouldNotParseSimpleXmlBeginRedoSqlWithInvalidPreamble
-
shouldParseXmlDocBeginThatEndsWithIsNull
-