public class SetterInjectionTestCase extends AbstractComponentFactoryTest
| Modifier and Type | Class and Description |
|---|---|
static class |
SetterInjectionTestCase.AnotherNamedBean |
static class |
SetterInjectionTestCase.AnotherNamedBean2 |
static interface |
SetterInjectionTestCase.Bean |
static class |
SetterInjectionTestCase.NamedBean |
static class |
SetterInjectionTestCase.NamedBeanWithPossibleDefault |
static class |
SetterInjectionTestCase.NoBean |
static class |
SetterInjectionTestCase.RecursivelyNamedBean |
picoContainer| Constructor and Description |
|---|
SetterInjectionTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected ComponentFactory |
createComponentFactory() |
void |
setUp() |
void |
testAlternatePrefixWorks() |
void |
testContainerUsesOnlyStandardConstructor() |
void |
testContainerUsesStandardConstructor() |
void |
testNotMatcherWorks() |
void |
testOptionalWorks() |
testEquals, testRegisterComponent, testUnregisterComponentpublic SetterInjectionTestCase()
public void setUp() throws Exception
setUp in class AbstractComponentFactoryTestExceptionprotected ComponentFactory createComponentFactory()
createComponentFactory in class AbstractComponentFactoryTestpublic void testContainerUsesStandardConstructor()
public void testContainerUsesOnlyStandardConstructor()
public void testAlternatePrefixWorks()
public void testNotMatcherWorks()
public void testOptionalWorks()
Copyright © 2003–2019 Codehaus. All rights reserved.