org.picocontainer.tck
Class AbstractComponentFactoryTest
java.lang.Object
org.picocontainer.tck.AbstractComponentFactoryTest
- Direct Known Subclasses:
- AdaptingInjectionTestCase, AnnotatedMethodInjectionTestCase, CachingTestCase, ConstructorInjectionTestCase, GuardingTestCase, ImplementationHidingTestCase, LockingTestCase, OptInCachingTestCase, PropertyApplyingTestCase, ReinjectionTestCase, SetterInjectionTestCase, SynchronizingTestCase
public abstract class AbstractComponentFactoryTest
- extends Object
- Author:
- Aslak Hellesøy
|
Field Summary |
protected org.picocontainer.DefaultPicoContainer |
picoContainer
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
picoContainer
protected org.picocontainer.DefaultPicoContainer picoContainer
AbstractComponentFactoryTest
public AbstractComponentFactoryTest()
createComponentFactory
protected abstract org.picocontainer.ComponentFactory createComponentFactory()
setUp
public void setUp()
throws Exception
- Throws:
Exception
testEquals
public void testEquals()
throws org.picocontainer.PicoCompositionException
- Throws:
org.picocontainer.PicoCompositionException
testRegisterComponent
public void testRegisterComponent()
throws org.picocontainer.PicoCompositionException
- Throws:
org.picocontainer.PicoCompositionException
testUnregisterComponent
public void testUnregisterComponent()
throws org.picocontainer.PicoCompositionException
- Throws:
org.picocontainer.PicoCompositionException
Copyright © 2003-2009 Codehaus. All Rights Reserved.