org.springframework.batch.core.repository.support
Class JobRepositoryFactoryBeanTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.repository.support.JobRepositoryFactoryBeanTests

public class JobRepositoryFactoryBeanTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
JobRepositoryFactoryBeanTests()
           
 
Method Summary
protected  void setUp()
           
 void testCreateRepository()
           
 void testInvalidDatabaseType()
           
 void testNoDatabaseType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobRepositoryFactoryBeanTests

public JobRepositoryFactoryBeanTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testNoDatabaseType

public void testNoDatabaseType()
                        throws Exception
Throws:
Exception

testInvalidDatabaseType

public void testInvalidDatabaseType()
                             throws Exception
Throws:
Exception

testCreateRepository

public void testCreateRepository()
                          throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.