org.springframework.config.java
Class SpringAopConfigurationProcessorTests

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

public class SpringAopConfigurationProcessorTests
extends Object

Author:
Rod Johnson, Chris Beams

Nested Class Summary
static class SpringAopConfigurationProcessorTests.InterceptAllAdvice
           
static class SpringAopConfigurationProcessorTests.SpringAroundPerInstanceAdvice
           
 
Constructor Summary
SpringAopConfigurationProcessorTests()
           
 
Method Summary
 void testAroundAdvice()
           
 void testInterceptAll()
           
 void testNoAroundAdvice()
           
 void testPerInstanceAdviceAndSharedAdvice()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringAopConfigurationProcessorTests

public SpringAopConfigurationProcessorTests()
Method Detail

testPerInstanceAdviceAndSharedAdvice

public void testPerInstanceAdviceAndSharedAdvice()
                                          throws Exception
Throws:
Exception

testAroundAdvice

public void testAroundAdvice()
                      throws Exception
Throws:
Exception

testNoAroundAdvice

public void testNoAroundAdvice()
                        throws Exception
Throws:
Exception

testInterceptAll

public void testInterceptAll()
                      throws Exception
Throws:
Exception


Copyright ? 2005-2008 Spring Framework. All Rights Reserved.