org.springframework.batch.core.launch.support
Class ScheduledJobParametersFactoryTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.launch.support.ScheduledJobParametersFactoryTests

public class ScheduledJobParametersFactoryTests
extends TestCase

Author:
Lucas Ward

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

Constructor Detail

ScheduledJobParametersFactoryTests

public ScheduledJobParametersFactoryTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testGetParameters

public void testGetParameters()
                       throws Exception
Throws:
Exception

testGetProperties

public void testGetProperties()
                       throws Exception
Throws:
Exception

testEmptyArgs

public void testEmptyArgs()

testNullArgs

public void testNullArgs()

testGetParametersWithDateFormat

public void testGetParametersWithDateFormat()
                                     throws Exception
Throws:
Exception

testGetParametersWithBogusDate

public void testGetParametersWithBogusDate()
                                    throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.