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, testUnregisterComponent
public SetterInjectionTestCase()
public void setUp() throws Exception
setUp
in class AbstractComponentFactoryTest
Exception
protected ComponentFactory createComponentFactory()
createComponentFactory
in class AbstractComponentFactoryTest
public void testContainerUsesStandardConstructor()
public void testContainerUsesOnlyStandardConstructor()
public void testAlternatePrefixWorks()
public void testNotMatcherWorks()
public void testOptionalWorks()
Copyright © 2003–2015 Codehaus. All rights reserved.