public abstract class BaseTestCase extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static String | CONFIG_FILEThe path to the configuration file. | 
| protected Database | databaseA Reference to the postgresql (default) database. | 
| protected DatabaseMap | databaseMapA pre-filled database map. | 
| protected Database | databaseMysqlA Reference to the mysql database. | 
| protected Database | databaseOracleA Reference to the oracle database. | 
| protected Database | databasePostgresqlA Reference to the postgresql (default) database. | 
| protected ColumnMap | integerColumnMapA pre-filled Integer column map. | 
| protected ColumnMap | stringColumnMapA pre-filled String column map. | 
| protected ColumnMap | stringColumnMap2A pre-filled String column map. | 
| protected ColumnMap | stringColumnMap3A pre-filled String column map. | 
| protected TableMap | tableMapA 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.