public class DateMapperTest extends BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, stringColumnMap2, stringColumnMap3, tableMap
Constructor and Description |
---|
DateMapperTest() |
Modifier and Type | Method and 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.
|
@BeforeEach public void setUp() throws Exception
BaseTestCase
setUp
in class BaseTestCase
Exception
- if initialization fails.@Test public void testProcessRow() throws Exception
Exception
- if the test fails@Test public void testProcessRowInternalOffset() throws Exception
Exception
- if the test failsCopyright © 2000–2020 The Apache Software Foundation. All rights reserved.