public abstract class BaseTestCase extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_FILE
The path to the configuration file.
|
protected Database |
database
A Reference to the postgresql (default) database.
|
protected DatabaseMap |
databaseMap
A pre-filled database map.
|
protected Database |
databaseMysql
A Reference to the mysql database.
|
protected Database |
databaseOracle
A Reference to the oracle database.
|
protected Database |
databasePostgresql
A Reference to the postgresql (default) database.
|
protected ColumnMap |
integerColumnMap
A pre-filled Integer column map.
|
protected ColumnMap |
stringColumnMap
A pre-filled String column map.
|
protected ColumnMap |
stringColumnMap2
A pre-filled String column map.
|
protected ColumnMap |
stringColumnMap3
A pre-filled String column map.
|
protected TableMap |
tableMap
A pre-filled table map.
|
Constructor and Description |
---|
BaseTestCase() |
public static final String CONFIG_FILE
protected TableMap tableMap
protected DatabaseMap databaseMap
protected Database database
protected Database databasePostgresql
protected Database databaseMysql
protected Database databaseOracle
protected ColumnMap stringColumnMap
protected ColumnMap stringColumnMap2
protected ColumnMap stringColumnMap3
protected ColumnMap integerColumnMap
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.