Klasse ObjectListMapperTest


public class ObjectListMapperTest extends MockBaseTestCase
  • Konstruktordetails

    • ObjectListMapperTest

      public ObjectListMapperTest()
  • 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.
    • testProcessRowLengthDeterminedFromMetadata

      @Test public void testProcessRowLengthDeterminedFromMetadata() throws Exception
      Tests the processRow method for a mapper where the length is determined from the Metadata.
      Löst aus:
      Exception - if the test fails
    • testProcessRowLengthDeterminedFromMetadataWithOffset

      @Test public void testProcessRowLengthDeterminedFromMetadataWithOffset() throws Exception
      Tests the processRow method for a mapper with offset where the length is determined from the Metadata.
      Löst aus:
      Exception - if the test fails
    • testProcessRowLenghtAsArgument

      @Test public void testProcessRowLenghtAsArgument() throws Exception
      Tests the processRow method for a mapper with a fixed column count.
      Löst aus:
      Exception - if the test fails
    • testProcessRowClassListAsArgument

      @Test public void testProcessRowClassListAsArgument() throws Exception
      Tests the processRow method for a mapper with a fixed column count.
      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
    • testUnknownClass

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

      @Test public void testByteNull() throws Exception
      Tests the byte null for empty result
      Löst aus:
      Exception - if the test fails
    • testShortNull

      @Test public void testShortNull() throws Exception
      Tests the short null for empty result
      Löst aus:
      Exception - if the test fails
    • testIntegerNull

      @Test public void testIntegerNull() throws Exception
      Tests the integer null for empty result
      Löst aus:
      Exception - if the test fails
    • testLongNull

      @Test public void testLongNull() throws Exception
      Tests the long null for empty result
      Löst aus:
      Exception - if the test fails
    • testDoubleNull

      @Test public void testDoubleNull() throws Exception
      Tests the double null for empty result
      Löst aus:
      Exception - if the test fails
    • testFloatNull

      @Test public void testFloatNull() throws Exception
      Tests the float null for empty result
      Löst aus:
      Exception - if the test fails