public abstract class AbstractDatabaseHistoryTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Tables |
all |
protected DatabaseHistory |
history |
protected DdlParser |
parser |
protected Map<String,Object> |
source1 |
protected Map<String,Object> |
source2 |
protected Tables |
t0 |
protected Tables |
t1 |
protected Tables |
t2 |
protected Tables |
t3 |
protected Tables |
t4 |
protected Tables |
tables |
| Constructor and Description |
|---|
AbstractDatabaseHistoryTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
void |
beforeEach() |
protected abstract DatabaseHistory |
createHistory() |
protected Map<String,Object> |
position(String filename,
long position,
int entry) |
protected void |
record(long pos,
int entry,
String ddl,
Tables... update) |
protected Tables |
recover(long pos,
int entry) |
protected Map<String,Object> |
server(String serverName) |
void |
shouldRecordChangesAndRecoverToVariousPoints() |
protected DatabaseHistory history
protected Tables tables
protected Tables t0
protected Tables t1
protected Tables t2
protected Tables t3
protected Tables t4
protected Tables all
protected DdlParser parser
public void beforeEach()
public void afterEach()
protected abstract DatabaseHistory createHistory()
protected Tables recover(long pos, int entry)
public void shouldRecordChangesAndRecoverToVariousPoints()
Copyright © 2021 JBoss by Red Hat. All rights reserved.