org.springframework.batch.core
Class JobParametersTests
java.lang.Object
TestCase
org.springframework.batch.core.JobParametersTests
public class JobParametersTests
- extends TestCase
- Author:
- Lucas Ward
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JobParametersTests
public JobParametersTests()
setUp
protected void setUp()
throws Exception
- Throws:
Exception
testBadLongKeyException
public void testBadLongKeyException()
throws Exception
- Throws:
Exception
testBadLongConstructorException
public void testBadLongConstructorException()
throws Exception
- Throws:
Exception
testBadDoubleConstructorException
public void testBadDoubleConstructorException()
throws Exception
- Throws:
Exception
testBadStringConstructorException
public void testBadStringConstructorException()
throws Exception
- Throws:
Exception
testBadDateConstructorException
public void testBadDateConstructorException()
throws Exception
- Throws:
Exception
testGetString
public void testGetString()
testGetStringParameters
public void testGetStringParameters()
testGetLong
public void testGetLong()
testGetLongParameters
public void testGetLongParameters()
testGetDouble
public void testGetDouble()
testGetDoubleParameters
public void testGetDoubleParameters()
testGetDate
public void testGetDate()
testGetDateParameters
public void testGetDateParameters()
testIsEmptyWhenEmpty
public void testIsEmptyWhenEmpty()
throws Exception
- Throws:
Exception
testIsEmptyWhenNotEmpty
public void testIsEmptyWhenNotEmpty()
throws Exception
- Throws:
Exception
testEquals
public void testEquals()
testEqualsSelf
public void testEqualsSelf()
testEqualsDifferent
public void testEqualsDifferent()
testEqualsWrongType
public void testEqualsWrongType()
testEqualsNull
public void testEqualsNull()
testToStringOrder
public void testToStringOrder()
testHashCodeEqualWhenEmpty
public void testHashCodeEqualWhenEmpty()
throws Exception
- Throws:
Exception
testHashCodeEqualWhenNotEmpty
public void testHashCodeEqualWhenNotEmpty()
throws Exception
- Throws:
Exception
Copyright © 2008 SpringSource. All Rights Reserved.