Class CompositeMapperTest


public class CompositeMapperTest extends MockBaseTestCase
  • Constructor Details

    • CompositeMapperTest

      public CompositeMapperTest()
  • Method Details

    • setUp

      @BeforeEach public void setUp() throws Exception
      Description copied from class: MockBaseTestCase
      Re-Initialize Torque and fill supplied data. Subclasses which override setUp() must call super.setUp() as their first action.
      Overrides:
      setUp in class MockBaseTestCase
      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
    • testProcessRowSqlException

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