Package org.apache.torque.om.mapper
Klasse DateMapperTest
java.lang.Object
org.apache.torque.BaseTestCase
org.apache.torque.MockBaseTestCase
org.apache.torque.om.mapper.DateMapperTest
-
Feldübersicht
Von Klasse geerbte Felder org.apache.torque.MockBaseTestCase
closeable
Von Klasse geerbte Felder org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
setUp()
Re-Initialize Torque and fill supplied data.void
Tests the processRow method for a mapper without internal Offset.void
Tests the processRow method for a mapper with internal Offset.void
Tests the processRow method if the resultSet throws a SqlException.
-
Konstruktordetails
-
DateMapperTest
public DateMapperTest()
-
-
Methodendetails
-
setUp
Beschreibung aus Klasse kopiert:MockBaseTestCase
Re-Initialize Torque and fill supplied data. Subclasses which override setUp() must call super.setUp() as their first action.- Setzt außer Kraft:
setUp
in KlasseMockBaseTestCase
- Löst aus:
Exception
- if initialization fails.
-
testProcessRow
Tests the processRow method for a mapper without internal Offset.- Löst aus:
Exception
- if the test fails
-
testProcessRowInternalOffset
Tests the processRow method for a mapper with internal Offset.- Löst aus:
Exception
- if the test fails
-
testProcessRowSqlException
Tests the processRow method if the resultSet throws a SqlException.- Löst aus:
Exception
- if the test fails
-