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, testUnregisterComponentpublic AdaptingInjectionTestCase()
public void setUp() throws Exception
setUp in class AbstractComponentFactoryTestExceptionprotected ComponentFactory createComponentFactory()
createComponentFactory in class AbstractComponentFactoryTestpublic void testInstantiateComponentWithNoDependencies() throws PicoCompositionException
PicoCompositionExceptionpublic void testSingleUsecanBeInstantiatedByDefaultComponentAdapter()
public void testFactoryMakesConstructorInjector()
public void testFactoryMakesFieldAnnotationInjector()
public void testFactoryMakesMethodAnnotationInjector()
Copyright © 2003–2019 Codehaus. All rights reserved.