org.picocontainer.containers
Class ImmutablePicoContainerTestCase

java.lang.Object
  extended by org.picocontainer.containers.ImmutablePicoContainerTestCase

public class ImmutablePicoContainerTestCase
extends Object

Author:
Paul Hammant, Jörg Schaible

Constructor Summary
ImmutablePicoContainerTestCase()
           
 
Method Summary
 void testDoesNotEqualsToNull()
           
 void testHashCodeIsSame()
           
 void testImmutingOfNullBarfs()
           
 void testProxyEquals()
           
 void testVisitingOfImmutableContainerWorks()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImmutablePicoContainerTestCase

public ImmutablePicoContainerTestCase()
Method Detail

testImmutingOfNullBarfs

public void testImmutingOfNullBarfs()

testVisitingOfImmutableContainerWorks

public void testVisitingOfImmutableContainerWorks()

testProxyEquals

public void testProxyEquals()
                     throws Exception
Throws:
Exception

testHashCodeIsSame

public void testHashCodeIsSame()
                        throws Exception
Throws:
Exception

testDoesNotEqualsToNull

public void testDoesNotEqualsToNull()


Copyright © 2003-2010 Codehaus. All Rights Reserved.