public class SqlUtilsTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private static String |
LOG_MINER_CONTENT_QUERY_TEMPLATE |
org.junit.rules.TestRule |
skipRule |
private static String |
USERNAME |
| Constructor and Description |
|---|
SqlUtilsTest() |
| Modifier and Type | Method and Description |
|---|---|
private String |
resolveLogMineryContentQueryFromTemplate(String schemaReplacement,
String tableReplacement) |
void |
shouldDetectConnectionProblems() |
void |
testLogMinerQueryWithNoFilters() |
void |
testLogMinerQueryWithSchemaExclude() |
void |
testLogMinerQueryWithSchemaExcludeTableInclude() |
void |
testLogMinerQueryWithSchemaInclude() |
void |
testLogMinerQueryWithSchemaTableExcludes() |
void |
testLogMinerQueryWithSchemaTableIncludes() |
void |
testLogMinerQueryWithTableExcludes() |
void |
testLogMinerQueryWithTableInclude() |
void |
testStatements() |
public org.junit.rules.TestRule skipRule
private static final String LOG_MINER_CONTENT_QUERY_TEMPLATE
private static final String USERNAME
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithNoFilters()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithSchemaInclude()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithSchemaExclude()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithTableInclude()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithTableExcludes()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithSchemaTableIncludes()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithSchemaTableExcludes()
@FixFor(value="DBZ-3009") public void testLogMinerQueryWithSchemaExcludeTableInclude()
public void testStatements()
public void shouldDetectConnectionProblems()
Copyright © 2021 JBoss by Red Hat. All rights reserved.