org.springframework.batch.core.launch
Class SimpleJobLauncherTests

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

public class SimpleJobLauncherTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
SimpleJobLauncherTests()
           
 
Method Summary
protected  void setUp()
           
 void testInitialiseWithoutRepository()
           
 void testInitialiseWithRepository()
           
 void testRun()
           
 void testRunWithError()
           
 void testRunWithException()
           
 void testTaskExecutor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJobLauncherTests

public SimpleJobLauncherTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testRun

public void testRun()
             throws Exception
Throws:
Exception

testTaskExecutor

public void testTaskExecutor()
                      throws Exception
Throws:
Exception

testRunWithException

public void testRunWithException()
                          throws Exception
Throws:
Exception

testRunWithError

public void testRunWithError()
                      throws Exception
Throws:
Exception

testInitialiseWithoutRepository

public void testInitialiseWithoutRepository()
                                     throws Exception
Throws:
Exception

testInitialiseWithRepository

public void testInitialiseWithRepository()
                                  throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.