public class ConstructorInjectionTestCase extends AbstractComponentFactoryTest
Modifier and Type | Class and Description |
---|---|
static class |
ConstructorInjectionTestCase.ClassA |
static class |
ConstructorInjectionTestCase.ClassAsConstructor
Test class to verify the CICA can handle
a constant parameter class type.
|
static class |
ConstructorInjectionTestCase.ClassB |
picoContainer
Constructor and Description |
---|
ConstructorInjectionTestCase() |
Modifier and Type | Method and Description |
---|---|
void |
allowClassTypesForComponentAdapter() |
protected ComponentFactory |
createComponentFactory() |
void |
setUp() |
void |
testAutoConversionOfFloatParam() |
void |
testAutoConversionOfIntegerParam() |
testEquals, testRegisterComponent, testUnregisterComponent
public ConstructorInjectionTestCase()
public void setUp() throws Exception
setUp
in class AbstractComponentFactoryTest
Exception
protected ComponentFactory createComponentFactory()
createComponentFactory
in class AbstractComponentFactoryTest
public void testAutoConversionOfIntegerParam()
public void testAutoConversionOfFloatParam()
public void allowClassTypesForComponentAdapter()
Copyright © 2003–2015 Codehaus. All rights reserved.