|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.beanutils.TestXMLBeanDeclaration
public class TestXMLBeanDeclaration
Test class for XMLBeanDeclaration.
Constructor Summary | |
---|---|
TestXMLBeanDeclaration()
|
Method Summary | |
---|---|
void |
testGetBeanClassName()
Tests fetching the bean's class name. |
void |
testGetBeanClassNameUndefined()
Tests fetching the bean's class name if it is undefined. |
void |
testGetBeanFactoryName()
Tests fetching the name of the bean factory. |
void |
testGetBeanFactoryNameUndefined()
Tests fetching the name of the bean factory if it is undefined. |
void |
testGetBeanFactoryParameter()
Tests fetching the parameter for the bean factory. |
void |
testGetBeanFactoryParameterUndefined()
Tests fetching the parameter for the bean factory if it is undefined. |
void |
testGetBeanProperties()
Tests if the bean's properties are correctly extracted from the configuration object. |
void |
testGetBeanPropertiesEmpty()
Tests fetching properties if none are defined. |
void |
testGetBeanPropertiesWithReservedAttributes()
Tests obtaining the bean's properties when reserved attributes are involved. |
void |
testGetInterpolatedBeanProperties()
Tests whether interpolation of bean properties works. |
void |
testGetNestedBeanDeclarations()
Tests fetching nested bean declarations. |
void |
testGetNestedBeanDeclarationsEmpty()
Tests fetching nested bean declarations if none are defined. |
void |
testGetNestedBeanDeclarationsFactoryMethod()
Tests whether the factory method for creating nested bean declarations gets called. |
void |
testInitFromMultiValueKey()
Tests constructing a bean declaration from a key with multiple values. |
void |
testInitFromNullConfiguration()
Tests creating a declaration from a null configuration. |
void |
testInitFromNullConfigurationAndKey()
Tests creating a declaration from a null configuration with a key. |
void |
testInitFromNullConfigurationAndNode()
Tests creating a declaration from a null configuration with a node. |
void |
testInitFromNullNode()
Tests creating a declaration from a null node. |
void |
testInitFromUndefinedKey()
Tests constructing a bean declaration from an undefined key. |
void |
testInitFromUndefinedKeyOptional()
Tests constructing a bean declaration from a key, which is undefined when the optional flag is set. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestXMLBeanDeclaration()
Method Detail |
---|
public void testInitFromNullNode()
public void testInitFromNullConfiguration()
public void testInitFromNullConfigurationAndKey()
public void testInitFromNullConfigurationAndNode()
public void testGetBeanClassName()
public void testGetBeanClassNameUndefined()
public void testGetBeanFactoryName()
public void testGetBeanFactoryNameUndefined()
public void testGetBeanFactoryParameter()
public void testGetBeanFactoryParameterUndefined()
public void testGetBeanProperties()
public void testGetBeanPropertiesWithReservedAttributes()
public void testGetBeanPropertiesEmpty()
public void testGetNestedBeanDeclarations()
public void testGetNestedBeanDeclarationsFactoryMethod()
public void testGetNestedBeanDeclarationsEmpty()
public void testGetInterpolatedBeanProperties()
public void testInitFromUndefinedKey()
public void testInitFromUndefinedKeyOptional()
public void testInitFromMultiValueKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |