Klasse DateMapperTest


public class DateMapperTest extends MockBaseTestCase
  • Konstruktordetails

    • DateMapperTest

      public DateMapperTest()
  • Methodendetails

    • setUp

      @BeforeEach public void setUp() throws Exception
      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 Klasse MockBaseTestCase
      Löst aus:
      Exception - if initialization fails.
    • testProcessRow

      @Test public void testProcessRow() throws Exception
      Tests the processRow method for a mapper without internal Offset.
      Löst aus:
      Exception - if the test fails
    • testProcessRowInternalOffset

      @Test public void testProcessRowInternalOffset() throws Exception
      Tests the processRow method for a mapper with internal Offset.
      Löst aus:
      Exception - if the test fails
    • testProcessRowSqlException

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