Package org.apache.torque.om.mapper
Class IntegerMapperTest
- java.lang.Object
-
- org.apache.torque.BaseTestCase
-
- org.apache.torque.om.mapper.IntegerMapperTest
-
public class IntegerMapperTest extends BaseTestCase
-
-
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 IntegerMapperTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
Re-Initialize Torque and fill supplied data.void
testProcessRow()
Tests the processRow method for a mapper without internal Offset.void
testProcessRowInternalOffset()
Tests the processRow method for a mapper with internal Offset.void
testProcessRowSqlException()
Tests the processRow method if the resultSet throws a SqlException.
-
-
-
Method Detail
-
setUp
@BeforeEach public void setUp() throws Exception
Description copied from class:BaseTestCase
Re-Initialize Torque and fill supplied data. Subclasses which override setUp() must call super.setUp() as their first action.- Overrides:
setUp
in classBaseTestCase
- Throws:
Exception
- if initialization fails.
-
testProcessRow
@Test public void testProcessRow() throws Exception
Tests the processRow method for a mapper without internal Offset.- Throws:
Exception
- if the test fails
-
testProcessRowInternalOffset
@Test public void testProcessRowInternalOffset() throws Exception
Tests the processRow method for a mapper with internal Offset.- Throws:
Exception
- if the test fails
-
-