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

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

public class SimpleJvmExitCodeMapperTests
extends TestCase


Constructor Summary
SimpleJvmExitCodeMapperTests()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testGetExitCodeWithCustomCode()
           
 void testGetExitCodeWithDefaultCode()
           
 void testGetExitCodeWithpPredefinedCodes()
           
 void testGetExitCodeWithPredefinedCodesOverridden()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleJvmExitCodeMapperTests

public SimpleJvmExitCodeMapperTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testGetExitCodeWithpPredefinedCodes

public void testGetExitCodeWithpPredefinedCodes()

testGetExitCodeWithPredefinedCodesOverridden

public void testGetExitCodeWithPredefinedCodesOverridden()

testGetExitCodeWithCustomCode

public void testGetExitCodeWithCustomCode()

testGetExitCodeWithDefaultCode

public void testGetExitCodeWithDefaultCode()


Copyright © 2008 SpringSource. All Rights Reserved.