org.apache.torque.om.mapper
Class LongMapperTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.torque.BaseTestCase
              extended by org.apache.torque.om.mapper.LongMapperTest
All Implemented Interfaces:
junit.framework.Test

public class LongMapperTest
extends BaseTestCase


Field Summary
 
Fields inherited from class org.apache.torque.BaseTestCase
CONFIG_FILE, database, databaseMap, databaseMysql, databaseOracle, databasePostgresql, integerColumnMap, stringColumnMap, tableMap
 
Constructor Summary
LongMapperTest()
           
 
Method Summary
 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.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LongMapperTest

public LongMapperTest()
Method Detail

setUp

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 initialisation fails.

testProcessRow

public void testProcessRow()
                    throws Exception
Tests the processRow method for a mapper without internal Offset.

Throws:
Exception - if the test fails

testProcessRowInternalOffset

public void testProcessRowInternalOffset()
                                  throws Exception
Tests the processRow method for a mapper with internal Offset.

Throws:
Exception - if the test fails

testProcessRowSqlException

public void testProcessRowSqlException()
                                throws Exception
Tests the processRow method if the resultSet throws a SqlException.

Throws:
Exception - if the test fails


Copyright © 2000-2013 The Apache Software Foundation. All Rights Reserved.