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

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

public class CommandLineJobRunnerTests
extends TestCase

Author:
Lucas Ward

Nested Class Summary
static class CommandLineJobRunnerTests.StubSystemExiter
           
 
Constructor Summary
CommandLineJobRunnerTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testDestroyCallback()
           
 void testJobAlreadyRunning()
           
 void testMain()
           
 void testWithNoParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandLineJobRunnerTests

public CommandLineJobRunnerTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testMain

public void testMain()

testJobAlreadyRunning

public void testJobAlreadyRunning()
                           throws Throwable
Throws:
Throwable

testWithNoParameters

public void testWithNoParameters()
                          throws Throwable
Throws:
Throwable

testDestroyCallback

public void testDestroyCallback()
                         throws Throwable
Throws:
Throwable

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.