org.springframework.batch.core.resource
Class StepExecutionPreparedStatementSetterTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.core.resource.StepExecutionPreparedStatementSetterTests

public class StepExecutionPreparedStatementSetterTests
extends AbstractTransactionalDataSourceSpringContextTests

Author:
Lucas Ward

Constructor Summary
StepExecutionPreparedStatementSetterTests()
           
 
Method Summary
protected  String[] getConfigLocations()
           
protected  void onSetUpInTransaction()
           
 void testAfterPropertiesSet()
           
 void testNonExistentProperties()
           
 void testSetValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StepExecutionPreparedStatementSetterTests

public StepExecutionPreparedStatementSetterTests()
Method Detail

getConfigLocations

protected String[] getConfigLocations()

onSetUpInTransaction

protected void onSetUpInTransaction()
                             throws Exception
Throws:
Exception

testSetValues

public void testSetValues()

testAfterPropertiesSet

public void testAfterPropertiesSet()
                            throws Exception
Throws:
Exception

testNonExistentProperties

public void testNonExistentProperties()


Copyright © 2008 SpringSource. All Rights Reserved.