org.jboss.test.aop.annotatedAdviceParams |
|
Java Source File Name | Type | Comment |
Arg2TestCase.java | Class | Tests the use of @Arg parameters (with around advices only). |
ArgAspect.java | Class | Aspect used on basic @Arg parameter tests (this class complements
org.jboss.test.aop.args.ArgAspect , by containing advices that are allowed
only with generated advisors). |
ArgAspect2.java | Class | Aspect used on @Arg parameter tests. |
ArgAspectGenerics.java | Class | Aspect used on @Arg parameter tests that involve generic argument types. |
ArgAspectInterfaces.java | Class | Aspect used on @Arg parameter tests that involve interface hirarchy on joinpoint
arguments. |
ArgAspectInvertedArgs.java | Class | Aspect used on @Arg parameter tests that involve arguments in inverted positions. |
ArgInvalidJDK50TestCase.java | Class | |
ArgInvalidTestCase.java | Class | Tests the use of @Arg parameters with invalid advices. |
ArgPOJOInterface.java | Interface | Interface implemented by
ArgsPOJO2 . |
ArgsAspect.java | Class | Aspect used on @Args parameter tests. |
ArgsInvalidPOJO.java | Class | Plain old java object used on @Arg and @Args-annotated parameter tests with
invalid advices (its joinpoint executions will throw a NoMatchingAdviceException,
due to the fact that there is no advice that matches the joinpoint).
This class is a "copy" of
ArgsPOJO class. |
ArgsInvalidTestCase.java | Class | Tests the use of @Args parameters with invalid advices. |
ArgsPOJO.java | Class | Plain old java object used on @Args parameter tests. |
ArgsPOJO2.java | Class | Plain old java object used on @Args parameter tests. |
ArgsTestCase.java | Class | Tests the use of @Args parameters. |
ArgTestCase.java | Class | Tests the use of @Arg parameters (this class complements
org.jboss.test.aop.args.ArgTestCase , by testing advices that are allowed
only with generated advisors). |
CallerAspect.java | Class | Aspect used on @Caller parameter tests. |
CallerInvalidTestCase.java | Class | Tests the use of @Caller parameters with invalid advices. |
CallerTestCase.java | Class | Tests the use of @Caller parameters. |
Implementor.java | Class | Class used on before/after/throwing annotated parameter tests. |
Interface.java | Interface | |
JoinPointAspect.java | Class | Aspect used on @JoinPoint parameter tests. |
JoinPointInvalidPOJO.java | Class | Plain old java object used on @JoinPoint parameter tests with invalid advices(its
joinpoint executions will throw a NoMatchingAdviceException, due to the fact that
there is no advice that matches the joinpoint).
This class is a "copy" of
ArgsPOJO class. |
JoinPointInvalidTestCase.java | Class | Tests the use of @JoinPoint parameters with invalid advices. |
JoinPointPOJO.java | Class | Plain old java object used on @JoinPoint parameter tests. |
JoinPointTestCase.java | Class | Tests the use of @JoinPoint parameters. |
OverloadedAdvicePOJO.java | Class | Plain old java object used on overloaded advice tests. |
OverloadedAdvicePOJOCaller.java | Class | Plain old java object used on overloaded advice tests )for Call and Target
parameters). |
OverloadedAdviceTestCase.java | Class | Tests the selection of advice methods when these are overloaded. |
OverloadedAfterAspect.java | Class | Aspect used on overloaded around advice tests (for JoinPoint, Return, Arg and
Args tests). |
OverloadedAfterCallAspect.java | Class | Aspect used on overloaded after advice tests (for Call and Target tests
only). |
OverloadedAroundAspect.java | Class | Aspect used on overloaded around advice tests (for JoinPoint, Arg and Args tests). |
OverloadedAroundCallAspect.java | Class | Aspect used on overloaded around advice tests (for Call and Target tests
only). |
OverloadedBeforeAspect.java | Class | Aspect used on overloaded around advice tests (for JoinPoint, Arg and Args tests). |
OverloadedBeforeCallAspect.java | Class | Aspect used on overloaded before advice tests (for Call and Target tests
only). |
OverloadedFinallyAspect.java | Class | Aspect used on overloaded finally advice tests (for JoinPoint, Return, Thrown, Arg
and Args tests). |
OverloadedFinallyCallAspect.java | Class | Aspect used on overloaded finally advice tests (for Caller and Target tests
only).
Notice that this test has to include other annotations to verify the interaction
of Target and Caller with all other annotations used in finally. |
OverloadedThrowingAspect.java | Class | Aspect used on overloaded throwing advice tests (for JoinPoint, Thrown, Arg and
Args tests). |
OverloadedThrowingCallAspect.java | Class | Aspect used on overloaded throwing advice tests (for Call and Target tests
only). |
POJOException.java | Class | Class used on before/after/throwing annotated parameter tests. |
ReturnAspect.java | Class | Aspect used both on @Return parameter tests, and on advice return type tests. |
ReturnAspectGenerics.java | Class | Aspect used on @Return parameter tests that involve generic return types. |
ReturnInvalidJDK50TestCase.java | Class | |
ReturnInvalidPOJO.java | Class | Plain old java object used both on @Return parameter tests with invalid advices(
its joinpoint executions will throw a NoMatchingAdviceException, due to the fact
that there is no advice that matches the joinpoint).
This class is a "copy" of
ArgsPOJO class. |
ReturnInvalidTestCase.java | Class | Tests both the use of @Return parameter with invalid advices, and the use of
return values in invalid advices. |
ReturnJDK50TestCase.java | Class | |
ReturnPOJO.java | Class | Plain old java object used both on @Return parameter tests, and on advice return
type tests. |
ReturnTestCase.java | Class | Tests both the use of @Return parameters, and the use of return values in advices. |
SubClass.java | Class | Class used on before/after/throwing annotated parameter tests. |
SubInterface.java | Interface | Class used on before/after/throwing annotated parameter tests. |
SubValue.java | Class | |
SuperClass.java | Class | Class used on before/after/throwing annotated parameter tests. |
SuperInterface.java | Interface | Class used on before/after/throwing annotated parameter tests. |
SuperValue.java | Class | |
TargetAspect.java | Class | Aspect used on @Args parameter tests. |
TargetCallerInvalidPOJO.java | enum | |
TargetCallerPOJO.java | enum | |
TargetInvalidTestCase.java | Class | Tests the use of @Target parameters with invalid advices. |
TargetTestCase.java | Class | Tests the use of @Target parameters. |
ThrownAspect.java | Class | Aspect used on @Thrown parameter tests. |
ThrownInvalidPOJO.java | Class | Plain old java object used on @Thrown parameter tests with invalid advices (its
joinpoint executions will throw a NoMatchingAdviceException, due to
the fact that there is no advice that matches the joinpoint).
This class is a "copy" of
ThrownPOJO class. |
ThrownInvalidTestCase.java | Class | Tests parameter annotation @Thrown with invalid advices. |
ThrownPOJO.java | Class | Plain old java object used on @Thrown parameter tests. |
ThrownTestCase.java | Class | Tests parameter annotation @Thrown. |