org.springframework.batch.repeat.context
Class SynchronizedAttributeAccessorTests

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

public class SynchronizedAttributeAccessorTests
extends TestCase


Constructor Summary
SynchronizedAttributeAccessorTests()
           
 
Method Summary
 void testAttributeNames()
           
 void testEqualsSameType()
           
 void testEqualsSelf()
           
 void testEqualsSupport()
           
 void testEqualsWrongType()
           
 void testGetAttribute()
           
 void testHasAttribute()
           
 void testHashCode()
           
 void testRemoveAttribute()
           
 void testSetAttributeIfAbsentWhenAlreadyPresent()
           
 void testSetAttributeIfAbsentWhenNotAlreadyPresent()
           
 void testToStringWithAttributes()
           
 void testToStringWithNoAttributes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SynchronizedAttributeAccessorTests

public SynchronizedAttributeAccessorTests()
Method Detail

testHashCode

public void testHashCode()

testToStringWithNoAttributes

public void testToStringWithNoAttributes()
                                  throws Exception
Throws:
Exception

testToStringWithAttributes

public void testToStringWithAttributes()
                                throws Exception
Throws:
Exception

testAttributeNames

public void testAttributeNames()

testEqualsSameType

public void testEqualsSameType()

testEqualsSelf

public void testEqualsSelf()

testEqualsWrongType

public void testEqualsWrongType()

testEqualsSupport

public void testEqualsSupport()

testGetAttribute

public void testGetAttribute()

testSetAttributeIfAbsentWhenAlreadyPresent

public void testSetAttributeIfAbsentWhenAlreadyPresent()

testSetAttributeIfAbsentWhenNotAlreadyPresent

public void testSetAttributeIfAbsentWhenNotAlreadyPresent()

testHasAttribute

public void testHasAttribute()

testRemoveAttribute

public void testRemoveAttribute()


Copyright © 2008 SpringSource. All Rights Reserved.