org.picocontainer.tck
Class AbstractComponentFactoryTest

java.lang.Object
  extended by 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

Field Summary
protected  DefaultPicoContainer picoContainer
           
 
Constructor Summary
AbstractComponentFactoryTest()
           
 
Method Summary
protected abstract  ComponentFactory createComponentFactory()
           
 void setUp()
           
 void testEquals()
           
 void testRegisterComponent()
           
 void testUnregisterComponent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

picoContainer

protected DefaultPicoContainer picoContainer
Constructor Detail

AbstractComponentFactoryTest

public AbstractComponentFactoryTest()
Method Detail

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.