org.springframework.batch.repeat.context
Class RepeatContextCounterTests

java.lang.Object
  extended by TestCase
      extended by org.springframework.batch.repeat.context.RepeatContextCounterTests

public class RepeatContextCounterTests
extends TestCase


Constructor Summary
RepeatContextCounterTests()
           
 
Method Summary
 void testAttributeCreated()
           
 void testAttributeCreatedInParent()
           
 void testAttributeCreatedWithNullParent()
           
 void testParentIncrement()
           
 void testVanillaIncrement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepeatContextCounterTests

public RepeatContextCounterTests()
Method Detail

testAttributeCreated

public void testAttributeCreated()

testAttributeCreatedWithNullParent

public void testAttributeCreatedWithNullParent()

testVanillaIncrement

public void testVanillaIncrement()
                          throws Exception
Throws:
Exception

testAttributeCreatedInParent

public void testAttributeCreatedInParent()
                                  throws Exception
Throws:
Exception

testParentIncrement

public void testParentIncrement()
                         throws Exception
Throws:
Exception


Copyright © 2008 SpringSource. All Rights Reserved.