org.springframework.config.java
Class ConfigurationPostProcessorTests

java.lang.Object
  extended by org.springframework.config.java.ConfigurationPostProcessorTests

public class ConfigurationPostProcessorTests
extends Object

Author:
Rod Johnson

Nested Class Summary
static class ConfigurationPostProcessorTests.ExternalBeanConfiguration
           
static class ConfigurationPostProcessorTests.ExternalBeanProvidingConfiguration
           
 
Constructor Summary
ConfigurationPostProcessorTests()
           
 
Method Summary
 void testAbstractBeanDefinition()
           
 void testAspectIsLocalToConfig()
           
 void testAspectsAreIndependent()
           
 void testBeanNamePostProcessorAppliesToBeansFromConfig()
           
 void testExternalBean()
           
 void testExternalBeanNonAbstract()
           
 void testFactoryBean()
           
 void testInjectedConfig()
           
 void testLocalAndExternalAspects()
           
 void testNonProxiedPrototype()
           
 void testPointcut()
           
 void testPriorityOrdering()
           
 void testProgrammaticProxyCreation()
           
 void testProxiedPrototype()
           
 void testReverseInjectionExplicit()
           
 void testReverseInjectionWithAutowire()
          Test that a bean defined in XML can be injected with a bean from a config
 void testSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationPostProcessorTests

public ConfigurationPostProcessorTests()
Method Detail

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.