Package org.apache.torque.map
Class ColumnMapTest
- java.lang.Object
-
- org.apache.torque.BaseTestCase
-
- org.apache.torque.map.ColumnMapTest
-
public class ColumnMapTest extends BaseTestCase
Test for the class ColumnMap.- Version:
- $Id: ColumnMapTest.java 1850726 2019-01-08 10:56:07Z gk $
-
-
Field Summary
-
Fields inherited from class org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap
-
-
Constructor Summary
Constructors Constructor Description ColumnMapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testGetFullTableNameWithDefaultSchema()
void
testGetFullTableNameWithoutDefaultSchema()
void
testGetSqlExpressionNoSchemaDefaultSchemaNull()
-
Methods inherited from class org.apache.torque.BaseTestCase
setUp
-
-
-
-
Method Detail
-
testGetSqlExpressionNoSchemaDefaultSchemaNull
@Test public void testGetSqlExpressionNoSchemaDefaultSchemaNull()
-
testGetFullTableNameWithoutDefaultSchema
@Test public void testGetFullTableNameWithoutDefaultSchema()
-
testGetFullTableNameWithDefaultSchema
@Test public void testGetFullTableNameWithDefaultSchema()
-
-