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, testUnregisterComponentpublic ConstructorInjectionTestCase()
public void setUp() throws Exception
setUp in class AbstractComponentFactoryTestExceptionprotected ComponentFactory createComponentFactory()
createComponentFactory in class AbstractComponentFactoryTestpublic void testAutoConversionOfIntegerParam()
public void testAutoConversionOfFloatParam()
public void allowClassTypesForComponentAdapter()
Copyright © 2003–2019 Codehaus. All rights reserved.