org.springframework.batch.core.repository.dao
Class JdbcJobDaoTests

java.lang.Object
  extended by AbstractTransactionalDataSourceSpringContextTests
      extended by org.springframework.batch.core.repository.dao.AbstractJobDaoTests
          extended by org.springframework.batch.core.repository.dao.JdbcJobDaoTests

public class JdbcJobDaoTests
extends AbstractJobDaoTests


Field Summary
static String LONG_STRING
           
 
Fields inherited from class org.springframework.batch.core.repository.dao.AbstractJobDaoTests
job, jobExecution, jobExecutionDao, jobExecutionStartTime, jobInstance, jobInstanceDao, jobParameters
 
Constructor Summary
JdbcJobDaoTests()
           
 
Method Summary
protected  void onSetUpBeforeTransaction()
           
 void testUpdateJobExecutionWithLongExitCode()
           
 
Methods inherited from class org.springframework.batch.core.repository.dao.AbstractJobDaoTests
getConfigLocations, onSetUpInTransaction, setJobExecutionDao, setJobInstanceDao, testCreateDuplicateInstance, testCreateJobWithExistingName, testCreationAddsVersion, testFindJob, testFindJobExecutions, testFindJobsWithProperties, testFindJobWithNullRuntime, testFindNonExistentJob, testGetLastJobExecution, testIncrementExecutionCount, testJobWithDefaultJobIdentifier, testJobWithSimpleJobIdentifier, testSaveAddsVersionAndId, testSaveJobExecution, testUpdateIncrementsVersion, testUpdateInvalidJobExecution, testUpdateJobExecution, testUpdateNullIdJobExection, testVersionIsNotNullForJob, testVersionIsNotNullForJobExecution, testZeroExecutionCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG_STRING

public static final String LONG_STRING
See Also:
Constant Field Values
Constructor Detail

JdbcJobDaoTests

public JdbcJobDaoTests()
Method Detail

onSetUpBeforeTransaction

protected void onSetUpBeforeTransaction()
                                 throws Exception
Throws:
Exception

testUpdateJobExecutionWithLongExitCode

public void testUpdateJobExecutionWithLongExitCode()


Copyright © 2008 SpringSource. All Rights Reserved.