public class PropertyApplyingTestCase extends AbstractComponentFactoryTest
Modifier and Type | Class and Description |
---|---|
static class |
PropertyApplyingTestCase.A |
static class |
PropertyApplyingTestCase.B |
static class |
PropertyApplyingTestCase.Failing |
static class |
PropertyApplyingTestCase.Foo |
static class |
PropertyApplyingTestCase.Primitives
Class that contains all types of Java primitives, to test if they are
set correctly.
|
picoContainer
Constructor and Description |
---|
PropertyApplyingTestCase() |
Modifier and Type | Method and Description |
---|---|
protected ComponentFactory |
createComponentFactory() |
void |
testAllJavaPrimitiveAttributesShouldBeSetByTheAdapter() |
void |
testDelegateIsAccessible() |
void |
testFailingSetter() |
void |
testPropertiesSetAfterAdapterCreationShouldBeTakenIntoAccount() |
void |
testPropertiesTidiedUpAfterPicoUsage() |
void |
testPropertySetAfterAdapterCreationShouldBeTakenIntoAccount() |
void |
testPropertySetAfterWrappedAdapterCreationShouldBeTakenIntoAccount() |
void |
testSetBeanPropertiesWithInvalidValueTypes() |
void |
testSetBeanPropertiesWithValueObjects() |
void |
testSetBeanPropertiesWithWrongNumberOfParametersThrowsPicoInitializationException()
todo Is this test duplicated elsewhere? --MR
|
void |
testSetDependenComponentWillBeSetByTheAdapter() |
void |
testSetProperties() |
setUp, testEquals, testRegisterComponent, testUnregisterComponent
public PropertyApplyingTestCase()
public void testSetProperties()
public void testFailingSetter()
protected ComponentFactory createComponentFactory()
createComponentFactory
in class AbstractComponentFactoryTest
public void testPropertiesSetAfterAdapterCreationShouldBeTakenIntoAccount()
public void testPropertySetAfterAdapterCreationShouldBeTakenIntoAccount()
public void testPropertiesTidiedUpAfterPicoUsage()
public void testDelegateIsAccessible()
public void testAllJavaPrimitiveAttributesShouldBeSetByTheAdapter() throws MalformedURLException
MalformedURLException
public void testSetDependenComponentWillBeSetByTheAdapter()
public void testPropertySetAfterWrappedAdapterCreationShouldBeTakenIntoAccount()
public void testSetBeanPropertiesWithValueObjects()
public void testSetBeanPropertiesWithWrongNumberOfParametersThrowsPicoInitializationException()
public void testSetBeanPropertiesWithInvalidValueTypes()
Copyright © 2003–2015 Codehaus. All rights reserved.