Package org.virtualmock.aspect.aspectwerkz

This package contains the AspectWerkz aspects and the utility classes which they use.

See:
          Description

Class Summary
AspectwerkzAspectUtils This class implements behavior specific to Aspectwerkz.
DynamicExcludeJoinPointController A custom AspectWerkz JoinPointController which will exclude joinpoints which are dynamically defined at runtime.
MethodInterceptorAdvice This is the advice which intercepts all method calls (except those which are excluded through the pointcuts) It then programatically determines if it should process the call, or ignore it and let it proceed.
UnitTestInterceptorAdvice This is the advice which intercepts all caller-side method calls which are made from the unit test class to the class under test (except those which are excluded through the pointcuts).
 

Package org.virtualmock.aspect.aspectwerkz Description

This package contains the AspectWerkz aspects and the utility classes which they use.



Copyright © 2003-2005 Virtual Mock. All Rights Reserved.