org.springframework.batch.item
Class ExecutionContextUserSupportTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.item.ExecutionContextUserSupportTests

public class ExecutionContextUserSupportTests
extends TestCase

Tests for ExecutionContextUserSupport.


Constructor Summary
ExecutionContextUserSupportTests()
           
 
Method Summary
 void testGetKey()
          Regular usage scenario - prepends the name (supposed to be unique) to argument.
 void testGetKeyWithNoNameSet()
          Exception scenario - name must not be empty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextUserSupportTests

public ExecutionContextUserSupportTests()
Method Detail

testGetKey

public void testGetKey()
Regular usage scenario - prepends the name (supposed to be unique) to argument.


testGetKeyWithNoNameSet

public void testGetKeyWithNoNameSet()
Exception scenario - name must not be empty.



Copyright © 2008 SpringSource. All Rights Reserved.