Class SqlUtilsTest
- java.lang.Object
-
- io.debezium.connector.oracle.logminer.SqlUtilsTest
-
public class SqlUtilsTest extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private static StringLOG_MINER_CONTENT_QUERY_TEMPLATEorg.junit.rules.TestRuleskipRuleprivate static StringUSERNAME
-
Constructor Summary
Constructors Constructor Description SqlUtilsTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private StringresolveLogMineryContentQueryFromTemplate(String schemaReplacement, String tableReplacement)voidshouldDetectConnectionProblems()voidtestLogMinerQueryWithNoFilters()voidtestLogMinerQueryWithSchemaExclude()voidtestLogMinerQueryWithSchemaExcludeTableInclude()voidtestLogMinerQueryWithSchemaInclude()voidtestLogMinerQueryWithSchemaTableExcludes()voidtestLogMinerQueryWithSchemaTableIncludes()voidtestLogMinerQueryWithTableExcludes()voidtestLogMinerQueryWithTableInclude()voidtestStatements()
-
-
-
Field Detail
-
skipRule
public org.junit.rules.TestRule skipRule
-
LOG_MINER_CONTENT_QUERY_TEMPLATE
private static final String LOG_MINER_CONTENT_QUERY_TEMPLATE
- See Also:
- Constant Field Values
-
USERNAME
private static final String USERNAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
testLogMinerQueryWithNoFilters
@FixFor("DBZ-3009") public void testLogMinerQueryWithNoFilters()
-
testLogMinerQueryWithSchemaInclude
@FixFor("DBZ-3009") public void testLogMinerQueryWithSchemaInclude()
-
testLogMinerQueryWithSchemaExclude
@FixFor("DBZ-3009") public void testLogMinerQueryWithSchemaExclude()
-
testLogMinerQueryWithTableInclude
@FixFor("DBZ-3009") public void testLogMinerQueryWithTableInclude()
-
testLogMinerQueryWithTableExcludes
@FixFor("DBZ-3009") public void testLogMinerQueryWithTableExcludes()
-
testLogMinerQueryWithSchemaTableIncludes
@FixFor("DBZ-3009") public void testLogMinerQueryWithSchemaTableIncludes()
-
testLogMinerQueryWithSchemaTableExcludes
@FixFor("DBZ-3009") public void testLogMinerQueryWithSchemaTableExcludes()
-
testLogMinerQueryWithSchemaExcludeTableInclude
@FixFor("DBZ-3009") public void testLogMinerQueryWithSchemaExcludeTableInclude()
-
testStatements
public void testStatements()
-
shouldDetectConnectionProblems
public void shouldDetectConnectionProblems()
-
-