org.springframework.batch.sample.launch
Class RemoteLauncherTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.batch.sample.launch.RemoteLauncherTests
All Implemented Interfaces:
junit.framework.Test

public class RemoteLauncherTests
extends junit.framework.TestCase

Author:
Dave Syer

Constructor Summary
RemoteLauncherTests()
           
 
Method Summary
protected  void setUp()
           
 void testConnect()
           
 void testLaunchAndStopRealJob()
           
 void testLaunchBadJob()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteLauncherTests

public RemoteLauncherTests()
Method Detail

testConnect

public void testConnect()
                 throws Exception
Throws:
Exception

testLaunchBadJob

public void testLaunchBadJob()
                      throws Exception
Throws:
Exception

testLaunchAndStopRealJob

public void testLaunchAndStopRealJob()
                              throws Exception
Throws:
Exception

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.