org.springframework.config.java
Class ConfigurationPostProcessorTests
java.lang.Object
org.springframework.config.java.ConfigurationPostProcessorTests
public class ConfigurationPostProcessorTests
- extends Object
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationPostProcessorTests
public ConfigurationPostProcessorTests()
testPriorityOrdering
public void testPriorityOrdering()
testSingleton
public void testSingleton()
testInjectedConfig
public void testInjectedConfig()
testReverseInjectionWithAutowire
public void testReverseInjectionWithAutowire()
- Test that a bean defined in XML can be injected with a bean from a config
testReverseInjectionExplicit
public void testReverseInjectionExplicit()
testProxiedPrototype
public void testProxiedPrototype()
testNonProxiedPrototype
public void testNonProxiedPrototype()
testPointcut
public void testPointcut()
testProgrammaticProxyCreation
public void testProgrammaticProxyCreation()
throws Exception
- Throws:
Exception
testAbstractBeanDefinition
public void testAbstractBeanDefinition()
throws Exception
- Throws:
Exception
testFactoryBean
public void testFactoryBean()
testAspectsAreIndependent
public void testAspectsAreIndependent()
testBeanNamePostProcessorAppliesToBeansFromConfig
public void testBeanNamePostProcessorAppliesToBeansFromConfig()
testAspectIsLocalToConfig
public void testAspectIsLocalToConfig()
testLocalAndExternalAspects
public void testLocalAndExternalAspects()
throws Exception
- Throws:
Exception
testExternalBean
public void testExternalBean()
testExternalBeanNonAbstract
public void testExternalBeanNonAbstract()
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.