org.springframework.batch.item
Class ExecutionContextTests

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

public class ExecutionContextTests
extends TestCase

Author:
Lucas Ward

Constructor Summary
ExecutionContextTests()
           
 
Method Summary
protected  void setUp()
           
 void testContains()
           
 void testDirtyFlag()
           
 void testEquals()
           
 void testInvalidCast()
           
 void testIsEmpty()
           
 void testNormalUsage()
           
 void testPutNull()
           
 void testSerializationCheck()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionContextTests

public ExecutionContextTests()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

testNormalUsage

public void testNormalUsage()

testInvalidCast

public void testInvalidCast()

testIsEmpty

public void testIsEmpty()

testDirtyFlag

public void testDirtyFlag()

testContains

public void testContains()

testEquals

public void testEquals()

testSerializationCheck

public void testSerializationCheck()

testPutNull

public void testPutNull()


Copyright © 2008 SpringSource. All Rights Reserved.