org.picocontainer.defaults
Class DefaultComponentRegistryTestCase
java.lang.Object
org.picocontainer.defaults.DefaultComponentRegistryTestCase
public class DefaultComponentRegistryTestCase
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultComponentRegistryTestCase
public DefaultComponentRegistryTestCase()
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.