org.springframework.batch.core
Class JobParametersTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.JobParametersTests

public class JobParametersTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
JobParametersTests()
           
 
Method Summary
protected  void setUp()
           
 void testBadDateConstructorException()
           
 void testBadDoubleConstructorException()
           
 void testBadLongConstructorException()
           
 void testBadLongKeyException()
           
 void testBadStringConstructorException()
           
 void testEquals()
           
 void testEqualsDifferent()
           
 void testEqualsNull()
           
 void testEqualsSelf()
           
 void testEqualsWrongType()
           
 void testGetDate()
           
 void testGetDateParameters()
           
 void testGetDouble()
           
 void testGetDoubleParameters()
           
 void testGetLong()
           
 void testGetLongParameters()
           
 void testGetString()
           
 void testGetStringParameters()
           
 void testHashCodeEqualWhenEmpty()
           
 void testHashCodeEqualWhenNotEmpty()
           
 void testIsEmptyWhenEmpty()
           
 void testIsEmptyWhenNotEmpty()
           
 void testToStringOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobParametersTests

public JobParametersTests()
Method Detail

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.