org.picocontainer.defaults
Class DefaultComponentRegistryTestCase

java.lang.Object
  extended by org.picocontainer.defaults.DefaultComponentRegistryTestCase

public class DefaultComponentRegistryTestCase
extends Object


Constructor Summary
DefaultComponentRegistryTestCase()
           
 
Method Summary
 void setUp()
           
 void testCanInstantiateReplacedComponent()
           
 void testCannotInstantiateAnUnregisteredComponent()
           
 void testRegisterComponent()
           
 void testReplacedInstantiatedComponentHasCorrectClass()
           
 void testUnregisterAfterInstantiateComponents()
           
 void testUnregisterComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultComponentRegistryTestCase

public DefaultComponentRegistryTestCase()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

testRegisterComponent

public void testRegisterComponent()
                           throws PicoCompositionException
Throws:
PicoCompositionException

testUnregisterComponent

public void testUnregisterComponent()
                             throws PicoCompositionException
Throws:
PicoCompositionException

testCannotInstantiateAnUnregisteredComponent

public void testCannotInstantiateAnUnregisteredComponent()
                                                  throws PicoCompositionException
Throws:
PicoCompositionException

testCanInstantiateReplacedComponent

public void testCanInstantiateReplacedComponent()
                                         throws PicoCompositionException
Throws:
PicoCompositionException

testUnregisterAfterInstantiateComponents

public void testUnregisterAfterInstantiateComponents()
                                              throws PicoCompositionException
Throws:
PicoCompositionException

testReplacedInstantiatedComponentHasCorrectClass

public void testReplacedInstantiatedComponentHasCorrectClass()
                                                      throws PicoCompositionException
Throws:
PicoCompositionException


Copyright © 2003-2010 Codehaus. All Rights Reserved.