Class DateMapperTest

    • Constructor Detail

      • DateMapperTest

        public DateMapperTest()
    • 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 class BaseTestCase
        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
      • testProcessRowSqlException

        @Test
        public void testProcessRowSqlException()
                                        throws Exception
        Tests the processRow method if the resultSet throws a SqlException.
        Throws:
        Exception - if the test fails