org.springframework.batch.item.database.support
Class DefaultDataFieldMaxValueIncrementerFactoryTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.database.support.DefaultDataFieldMaxValueIncrementerFactoryTests

public class DefaultDataFieldMaxValueIncrementerFactoryTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
DefaultDataFieldMaxValueIncrementerFactoryTests()
           
 
Method Summary
protected  void setUp()
           
 void testDb2()
           
 void testDerby()
           
 void testHsql()
           
 void testInvalidDatabaseType()
           
 void testMysql()
           
 void testNullIncrementerName()
           
 void testOracle()
           
 void testPostgres()
           
 void testSupportedDatabaseType()
           
 void testUnsupportedDatabaseType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDataFieldMaxValueIncrementerFactoryTests

public DefaultDataFieldMaxValueIncrementerFactoryTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testSupportedDatabaseType

public void testSupportedDatabaseType()

testUnsupportedDatabaseType

public void testUnsupportedDatabaseType()

testInvalidDatabaseType

public void testInvalidDatabaseType()

testNullIncrementerName

public void testNullIncrementerName()

testDb2

public void testDb2()

testMysql

public void testMysql()

testOracle

public void testOracle()

testDerby

public void testDerby()

testHsql

public void testHsql()

testPostgres

public void testPostgres()


Copyright © 2008 SpringSource. All Rights Reserved.