org.springframework.batch.core.configuration.support
Class MapJobRegistryTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.core.configuration.support.MapJobRegistryTests

public class MapJobRegistryTests
extends TestCase

Author:
Dave Syer

Constructor Summary
MapJobRegistryTests()
           
 
Method Summary
 void testGetJobConfigurations()
          Test method for MapJobRegistry.getJobNames().
 void testRealDuplicateConfiguration()
          Test method for MapJobRegistry.getJob(java.lang.String).
 void testReplaceDuplicateConfiguration()
          Test method for MapJobRegistry.getJob(java.lang.String).
 void testUnregister()
          Test method for MapJobRegistry.unregister(String).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapJobRegistryTests

public MapJobRegistryTests()
Method Detail

testUnregister

public void testUnregister()
                    throws Exception
Test method for MapJobRegistry.unregister(String).

Throws:
Exception

testReplaceDuplicateConfiguration

public void testReplaceDuplicateConfiguration()
                                       throws Exception
Test method for MapJobRegistry.getJob(java.lang.String).

Throws:
Exception

testRealDuplicateConfiguration

public void testRealDuplicateConfiguration()
                                    throws Exception
Test method for MapJobRegistry.getJob(java.lang.String).

Throws:
Exception

testGetJobConfigurations

public void testGetJobConfigurations()
                              throws Exception
Test method for MapJobRegistry.getJobNames().

Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.