public class LogMinerDmlParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
CATALOG_NAME |
private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser |
fastDmlParser |
private static String |
SCHEMA_NAME |
| Constructor and Description |
|---|
LogMinerDmlParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeEach() |
void |
testNameWithWhitespaces() |
void |
testParsingDelete() |
void |
testParsingDeleteWithNoWhereClauseIsAcceptable() |
void |
testParsingInsert() |
void |
testParsingUpdate() |
void |
testParsingUpdateWithNoWhereClauseIsAcceptable() |
private static final String CATALOG_NAME
private static final String SCHEMA_NAME
private io.debezium.connector.oracle.logminer.parser.LogMinerDmlParser fastDmlParser
@FixFor(value="DBZ-3078") public void testParsingInsert() throws Exception
Exception@FixFor(value="DBZ-3078") public void testParsingUpdate() throws Exception
Exception@FixFor(value="DBZ-3078") public void testParsingDelete() throws Exception
Exception@FixFor(value="DBZ-3235") public void testParsingUpdateWithNoWhereClauseIsAcceptable() throws Exception
Exception@FixFor(value="DBZ-3235") public void testParsingDeleteWithNoWhereClauseIsAcceptable() throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.