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

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

public class SimpleExportedJobLauncherTests
extends TestCase

Author:
Dave Syer

Constructor Summary
SimpleExportedJobLauncherTests()
           
 
Method Summary
protected  void setUp()
           
 void testAfterPropertiesSet()
          Test method for SimpleExportedJobLauncher.afterPropertiesSet().
 void testAfterPropertiesSetWithLauncher()
          Test method for SimpleExportedJobLauncher.afterPropertiesSet().
 void testAlreadyRunning()
          Test method for SimpleExportedJobLauncher.isRunning().
 void testGetStatistics()
          Test method for SimpleExportedJobLauncher.getStatistics().
 void testGetStatisticsWithContent()
          Test method for SimpleExportedJobLauncher.getStatistics().
 void testIsRunning()
          Test method for SimpleExportedJobLauncher.isRunning().
 void testRunJobWithParameters()
          Test method for SimpleExportedJobLauncher.run(java.lang.String).
 void testRunJobWithParametersAndFactory()
          Test method for SimpleExportedJobLauncher.run(java.lang.String).
 void testRunNonExistentJob()
          Test method for SimpleExportedJobLauncher.run(java.lang.String).
 void testStop()
          Test method for SimpleExportedJobLauncher.stop().
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleExportedJobLauncherTests

public SimpleExportedJobLauncherTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testAfterPropertiesSet

public void testAfterPropertiesSet()
                            throws Exception
Test method for SimpleExportedJobLauncher.afterPropertiesSet().

Throws:
Exception

testAfterPropertiesSetWithLauncher

public void testAfterPropertiesSetWithLauncher()
                                        throws Exception
Test method for SimpleExportedJobLauncher.afterPropertiesSet().

Throws:
Exception

testGetStatistics

public void testGetStatistics()
Test method for SimpleExportedJobLauncher.getStatistics().


testGetStatisticsWithContent

public void testGetStatisticsWithContent()
                                  throws Exception
Test method for SimpleExportedJobLauncher.getStatistics().

Throws:
Exception

testIsRunning

public void testIsRunning()
                   throws Exception
Test method for SimpleExportedJobLauncher.isRunning().

Throws:
Exception

testAlreadyRunning

public void testAlreadyRunning()
                        throws Exception
Test method for SimpleExportedJobLauncher.isRunning().

Throws:
Exception

testRunNonExistentJob

public void testRunNonExistentJob()
Test method for SimpleExportedJobLauncher.run(java.lang.String).


testRunJobWithParameters

public void testRunJobWithParameters()
                              throws Exception
Test method for SimpleExportedJobLauncher.run(java.lang.String).

Throws:
Exception

testRunJobWithParametersAndFactory

public void testRunJobWithParametersAndFactory()
                                        throws Exception
Test method for SimpleExportedJobLauncher.run(java.lang.String).

Throws:
Exception

testStop

public void testStop()
              throws Exception
Test method for SimpleExportedJobLauncher.stop().

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.