org.springframework.config.java
Class AspectJConfigurationProcessorTests
java.lang.Object
org.springframework.config.java.AspectJConfigurationProcessorTests
public class AspectJConfigurationProcessorTests
- extends Object
- Author:
- Rod Johnson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AspectJConfigurationProcessorTests
public AspectJConfigurationProcessorTests()
testPerInstanceAdviceAndSharedAdvice
public void testPerInstanceAdviceAndSharedAdvice()
throws Exception
- Throws:
Exception
testSharedAfterAdvice
public void testSharedAfterAdvice()
throws Throwable
- Throws:
Throwable
testAspectJAnnotationsRequireAspectAnnotationDirect
public void testAspectJAnnotationsRequireAspectAnnotationDirect()
throws Exception
- TODO inherited
- Parameters:
clazz
-
- Throws:
Exception
testInvalidInheritanceFromConcreteAspect
public void testInvalidInheritanceFromConcreteAspect()
throws Exception
- Throws:
Exception
testAspectJAroundAdviceWithImplicitScope
public void testAspectJAroundAdviceWithImplicitScope()
throws Exception
- Throws:
Exception
testAspectJAroundAdviceWithImplicitScopeAndNamedPointcut
public void testAspectJAroundAdviceWithImplicitScopeAndNamedPointcut()
throws Exception
- Throws:
Exception
testAspectJAroundAdviceWithAspectInnerClass
public void testAspectJAroundAdviceWithAspectInnerClass()
throws Exception
- Throws:
Exception
testAspectJAroundAdviceWithAspectClassScope
public void testAspectJAroundAdviceWithAspectClassScope()
throws Exception
- Throws:
Exception
testAspectJNoAroundAdvice
public void testAspectJNoAroundAdvice()
throws Exception
- Throws:
Exception
testPointcutExpressionWithPointcutReference
public void testPointcutExpressionWithPointcutReference()
throws Exception
- Throws:
Exception
testAroundAdviceWithArguments
public void testAroundAdviceWithArguments()
throws Exception
- Throws:
Exception
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.