*aspect/advice
AspectSimpleBeansTestCase

*interceptor
InterceptorSimpleBeansTestCase

*interceptor w/ dependency
InterceptorWithDependencyBeansTestCase
InterceptorWithDependencyBeansDifferentOrderTestCase

*aspect/advice with dependency
AspectWithDependencyBeansTestCase
AspectWithDependencyBeansDifferentOrderTestCase

*multiple aspects/interceptors
MultipleAdviceBeansTestCase.java

*multiple aspects/interceptors w/ dependency
MultipleAdvicesWithSingleDependencyBeansTestCase
MultipleAdvicesWithSingleDependencyBeansDifferentOrderTestCase
MultipleAdvicesWithMultipleDependencyBeansTestCase
MultipleAdvicesWithMultipleDependencyBeansDifferentOrderTestCase


*interceptor/aspect factory
AspectFactorySimpleBeansTestCase
InterceptorFactorySimpleBeansTestCase

* scoped aspects/interceptors (PER_CLASS, PER_VM etc.)
ScopedAspectBeansTestCase *** SOME PROBLEMS WITH testPerClassJoinPoint() if any of the other tests are enabled?!?!?!

*interceptor/aspect factory with dependency


*named aspects/interceptors
NonStandardNameAspectBeansTestCase
*** Should maybe do one for beans with depenencies as well

*cflow in bindings
CFlowBeansTestCase

*aspects/interceptors with attributes
*** Need tests for the "magically" inserted advisor, instance advisor etc. 

*interceptor stacks
StackBeansTestCase
MultipleStackBeansTestCase

*interceptor stacks where entries have dependencies
StackWithSingleDependencyBeansTestCase
StackWithSingleDependencyBeansDifferentOrderTestCase
StackWithMultipleDependencyBeansTestCase
StackWithMultipleDependencyBeansDifferentOrderTestCase

*binding deployed seperately from aspect definition

*domains

*annotation overrides
AnnotationOverrideBeansTestCase

*typedefs
TypeDefBeansTestCase

*Named pointcuts   
NamedPointcutBeansTestCase