org.springframework.batch.core
Class StepExecutionTests
java.lang.Object
TestCase
org.springframework.batch.core.StepExecutionTests
public class StepExecutionTests
- extends TestCase
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StepExecutionTests
public StepExecutionTests()
testStepExecution
public void testStepExecution()
- Test method for
JobExecution.JobExecution().
testStepExecutionWithNullId
public void testStepExecutionWithNullId()
- Test method for
JobExecution.JobExecution().
testGetEndTime
public void testGetEndTime()
- Test method for
JobExecution.getEndTime().
testGetStartTime
public void testGetStartTime()
- Test method for
JobExecution.getStartTime().
testGetStatus
public void testGetStatus()
- Test method for
JobExecution.getStatus().
testGetJobId
public void testGetJobId()
- Test method for
JobExecution.getJobId().
testGetExitCode
public void testGetExitCode()
- Test method for
JobExecution.getExitStatus().
testGetCommitCount
public void testGetCommitCount()
- Test method for
StepExecution.getCommitCount().
testGetTaskCount
public void testGetTaskCount()
- Test method for
StepExecution.getItemCount().
testGetJobExecution
public void testGetJobExecution()
throws Exception
- Throws:
Exception
testApplyContribution
public void testApplyContribution()
throws Exception
- Throws:
Exception
testTerminateOnly
public void testTerminateOnly()
throws Exception
- Throws:
Exception
testToStringWithNullName
public void testToStringWithNullName()
throws Exception
- Throws:
Exception
testToString
public void testToString()
throws Exception
- Throws:
Exception
testExecutionContext
public void testExecutionContext()
throws Exception
- Throws:
Exception
testEqualsWithSameIdentifier
public void testEqualsWithSameIdentifier()
throws Exception
- Throws:
Exception
testEqualsWithNull
public void testEqualsWithNull()
throws Exception
- Throws:
Exception
testEqualsWithNullIdentifiers
public void testEqualsWithNullIdentifiers()
throws Exception
- Throws:
Exception
testEqualsWithNullJob
public void testEqualsWithNullJob()
throws Exception
- Throws:
Exception
testEqualsWithNullStep
public void testEqualsWithNullStep()
throws Exception
- Throws:
Exception
testEqualsWithSelf
public void testEqualsWithSelf()
throws Exception
- Throws:
Exception
testEqualsWithDifferent
public void testEqualsWithDifferent()
throws Exception
- Throws:
Exception
testEqualsWithNullStepId
public void testEqualsWithNullStepId()
throws Exception
- Throws:
Exception
testHashCode
public void testHashCode()
throws Exception
- Throws:
Exception
testHashCodeWithNullIds
public void testHashCodeWithNullIds()
throws Exception
- Throws:
Exception
testHashCodeViaHashSet
public void testHashCodeViaHashSet()
throws Exception
- Throws:
Exception
Copyright © 2008 SpringSource. All Rights Reserved.