public class LogMinerHelperTest extends Object
| Modifier and Type | Field and Description |
|---|---|
private Connection |
connection |
private int |
current |
private String[][] |
mockRows |
| Constructor and Description |
|---|
LogMinerHelperTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
archiveCanHandleMaxScn() |
void |
archiveExcludeLogsBeforeOffsetScn() |
void |
archiveLogsWithLongerScnAreSupported() |
void |
archiveLogsWithRegularScns() |
void |
archiveNullsHandledAsMaxScn() |
void |
beforeEach() |
void |
canHandleMaxScn() |
void |
excludeLogsBeforeOffsetScn() |
void |
logsWithLongerScnAreSupported() |
void |
logsWithRegularScns() |
void |
nullsHandledAsMaxScn() |
private Connection connection
private int current
private String[][] mockRows
public void excludeLogsBeforeOffsetScn()
throws Exception
Exceptionpublic void logsWithLongerScnAreSupported()
throws Exception
Exceptionpublic void archiveLogsWithRegularScns()
throws Exception
Exceptionpublic void archiveExcludeLogsBeforeOffsetScn()
throws Exception
Exceptionpublic void archiveNullsHandledAsMaxScn()
throws Exception
ExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.