org.kuali.rice.krad.data.platform
Class MaxValueIncrementerFactoryTest

java.lang.Object
  extended by org.kuali.rice.krad.data.platform.MaxValueIncrementerFactoryTest

public class MaxValueIncrementerFactoryTest
extends Object

Unit test for MaxValueIncrementerFactory.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
MaxValueIncrementerFactoryTest()
           
 
Method Summary
 void clearContext()
           
 void setUp()
           
 void testCustomIncrementerDatasourceInvalidClass()
           
 void testCustomIncrementerDatasourceNoVersion()
           
 void testCustomIncrementerDatasourceVersion()
           
 void testGetIncrementer_Bad()
           
 void testGetIncrementer_BlankIncrementerName()
           
 void testGetIncrementer_CacheByDataSource()
           
 void testGetIncrementer_CaseInsensitive()
           
 void testGetIncrementer_MySQL()
           
 void testGetIncrementer_NullDataSource()
           
 void testGetIncrementer_NullIncrementerName()
           
 void testGetIncrementer_Oracle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MaxValueIncrementerFactoryTest

public MaxValueIncrementerFactoryTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testGetIncrementer_Oracle

public void testGetIncrementer_Oracle()
                               throws Exception
Throws:
Exception

testGetIncrementer_MySQL

public void testGetIncrementer_MySQL()
                              throws Exception
Throws:
Exception

testGetIncrementer_Bad

public void testGetIncrementer_Bad()
                            throws Exception
Throws:
Exception

testGetIncrementer_CaseInsensitive

public void testGetIncrementer_CaseInsensitive()
                                        throws Exception
Throws:
Exception

testGetIncrementer_CacheByDataSource

public void testGetIncrementer_CacheByDataSource()
                                          throws Exception
Throws:
Exception

testGetIncrementer_NullDataSource

public void testGetIncrementer_NullDataSource()
                                       throws Exception
Throws:
Exception

testGetIncrementer_NullIncrementerName

public void testGetIncrementer_NullIncrementerName()
                                            throws Exception
Throws:
Exception

testGetIncrementer_BlankIncrementerName

public void testGetIncrementer_BlankIncrementerName()
                                             throws Exception
Throws:
Exception

testCustomIncrementerDatasourceVersion

public void testCustomIncrementerDatasourceVersion()
                                            throws Exception
Throws:
Exception

testCustomIncrementerDatasourceNoVersion

public void testCustomIncrementerDatasourceNoVersion()
                                              throws Exception
Throws:
Exception

testCustomIncrementerDatasourceInvalidClass

public void testCustomIncrementerDatasourceInvalidClass()
                                                 throws Exception
Throws:
Exception

clearContext

public void clearContext()


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.