|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.apache.torque.BaseTestCase
org.apache.torque.om.mapper.LongMapperTest
public class LongMapperTest
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 |
---|
public LongMapperTest()
Method Detail |
---|
public void setUp() throws Exception
BaseTestCase
setUp
in class BaseTestCase
Exception
- if initialisation fails.public void testProcessRow() throws Exception
Exception
- if the test failspublic void testProcessRowInternalOffset() throws Exception
Exception
- if the test failspublic void testProcessRowSqlException() throws Exception
Exception
- if the test fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |