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