Class LogMinerDmlParserTest
- java.lang.Object
-
- io.debezium.connector.oracle.logminer.LogMinerDmlParserTest
-
public class LogMinerDmlParserTest extends Object
- Author:
- Chris Cranford
-
-
Field Summary
Fields Modifier and Type Field Description private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParserfastDmlParserorg.junit.rules.TestRuleskipRule
-
Constructor Summary
Constructors Constructor Description LogMinerDmlParserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbeforeEach()voidshouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings()voidtestNameWithWhitespaces()voidtestParsingDelete()voidtestParsingDeleteWithNoWhereClauseIsAcceptable()voidtestParsingDoubleSingleQuoteInWhereClause()voidtestParsingInsert()voidtestParsingUpdate()voidtestParsingUpdateWithNoWhereClauseFunctionAsLastColumn()voidtestParsingUpdateWithNoWhereClauseIsAcceptable()
-
-
-
Method Detail
-
testParsingInsert
@FixFor("DBZ-3078") public void testParsingInsert() throws Exception
- Throws:
Exception
-
testParsingUpdate
@FixFor("DBZ-3078") public void testParsingUpdate() throws Exception
- Throws:
Exception
-
testParsingDelete
@FixFor("DBZ-3078") public void testParsingDelete() throws Exception
- Throws:
Exception
-
testParsingUpdateWithNoWhereClauseIsAcceptable
@FixFor("DBZ-3235") public void testParsingUpdateWithNoWhereClauseIsAcceptable() throws Exception
- Throws:
Exception
-
testParsingDeleteWithNoWhereClauseIsAcceptable
@FixFor("DBZ-3235") public void testParsingDeleteWithNoWhereClauseIsAcceptable() throws Exception
- Throws:
Exception
-
testNameWithWhitespaces
@FixFor("DBZ-3258") public void testNameWithWhitespaces() throws Exception
- Throws:
Exception
-
testParsingUpdateWithNoWhereClauseFunctionAsLastColumn
@FixFor("DBZ-3305") public void testParsingUpdateWithNoWhereClauseFunctionAsLastColumn() throws Exception
- Throws:
Exception
-
shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings
@FixFor("DBZ-3367") public void shouldParsingRedoSqlWithParenthesisInFunctionArgumentStrings() throws Exception
- Throws:
Exception
-
-