Class SelectLobParserTest
java.lang.Object
io.debezium.connector.oracle.logminer.SelectLobParserTest
Unit tests for the Oracle LogMiner
SEL_LOB_LOCATOR operation parser, SelectLobParser.- Author:
- Chris Cranford
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoid
-
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
- Throws:
Exception
-
shouldParseSimpleBlobBasedLobSelect
- Throws:
Exception
-
shouldParseComplexClobBasedLobSelect
- Throws:
Exception
-
shouldParseComplexBlobBasedLobSelect
- Throws:
Exception
-
shouldParseColumnWithEscapedSingleQuoteColumnValues
@FixFor("DBZ-4994") public void shouldParseColumnWithEscapedSingleQuoteColumnValues() throws Exception- Throws:
Exception
-