public class AdaptingInjectionTestCase extends AbstractComponentFactoryTest
picoContainer
Constructor and Description |
---|
AdaptingInjectionTestCase() |
Modifier and Type | Method and Description |
---|---|
protected ComponentFactory |
createComponentFactory() |
void |
setUp() |
void |
testFactoryMakesConstructorInjector() |
void |
testFactoryMakesFieldAnnotationInjector() |
void |
testFactoryMakesMethodAnnotationInjector() |
void |
testInstantiateComponentWithNoDependencies() |
void |
testSingleUsecanBeInstantiatedByDefaultComponentAdapter() |
testEquals, testRegisterComponent, testUnregisterComponent
public AdaptingInjectionTestCase()
public void setUp() throws Exception
setUp
in class AbstractComponentFactoryTest
Exception
protected ComponentFactory createComponentFactory()
createComponentFactory
in class AbstractComponentFactoryTest
public void testInstantiateComponentWithNoDependencies() throws PicoCompositionException
PicoCompositionException
public void testSingleUsecanBeInstantiatedByDefaultComponentAdapter()
public void testFactoryMakesConstructorInjector()
public void testFactoryMakesFieldAnnotationInjector()
public void testFactoryMakesMethodAnnotationInjector()
Copyright © 2003–2016 Codehaus. All rights reserved.