Method Summary |
|
public void | testContextData00() Verifies if the context data is working following the specification. |
public void | testContextData01() Verifies if the context data is working following the specification. |
public void | testContextData02() Verifies if the context data is working following the specification. |
public void | testInvocation00() Verifies if the InvocationContext in interceptor classes maintains the
same bean reference. |
public void | testInvocation01() Verifies if the InvocationContext in interceptor method of a bean class
maintains the same bean reference. |
public void | testParameters00() Verifies if the intercepted method parameters can be modified to a null
reference. |
public void | testParameters01() Verifies if the intercepted method parameters can be modified to a null
reference. |
public void | testParameters02() Verifies if the intercepted method parameters can be returned WITHOUT
modifications. |
public void | testParameters03() Verifies if the intercepted method parameters can be returned WITHOUT
modifications. |
public void | testParameters04() Verifies if the intercepted method parameters can be returned WITH
modifications. |
public void | testParameters05() Verifies if the intercepted method parameters can be returned WITH
modifications. |
public void | testProceed00() Verifies if the proceed is returning null with a void interceptor method. |