org.springframework.batch.core.converter
Class DefaultJobParametersConverterTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.converter.DefaultJobParametersConverterTests

public class DefaultJobParametersConverterTests
extends TestCase

Author:
Dave Syer

Constructor Summary
DefaultJobParametersConverterTests()
           
 
Method Summary
 void testEmptyArgs()
           
 void testGetParameters()
           
 void testGetParametersWithBogusDate()
           
 void testGetParametersWithBogusLong()
           
 void testGetParametersWithDateFormat()
           
 void testGetParametersWithDouble()
           
 void testGetParametersWithNumberFormat()
           
 void testGetProperties()
           
 void testNullArgs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultJobParametersConverterTests

public DefaultJobParametersConverterTests()
Method Detail

testGetParameters

public void testGetParameters()
                       throws Exception
Throws:
Exception

testGetParametersWithDateFormat

public void testGetParametersWithDateFormat()
                                     throws Exception
Throws:
Exception

testGetParametersWithBogusDate

public void testGetParametersWithBogusDate()
                                    throws Exception
Throws:
Exception

testGetParametersWithNumberFormat

public void testGetParametersWithNumberFormat()
                                       throws Exception
Throws:
Exception

testGetParametersWithBogusLong

public void testGetParametersWithBogusLong()
                                    throws Exception
Throws:
Exception

testGetParametersWithDouble

public void testGetParametersWithDouble()
                                 throws Exception
Throws:
Exception

testGetProperties

public void testGetProperties()
                       throws Exception
Throws:
Exception

testEmptyArgs

public void testEmptyArgs()

testNullArgs

public void testNullArgs()


Copyright © 2008 SpringSource. All Rights Reserved.