| |
|
| java.lang.Object org.ow2.easybeans.tests.deploymentdesc.TestInterceptor01
TestInterceptor01 | public class TestInterceptor01 (Code) | | Verifies if the container can deploy an bean with the interceptors defined in
the deployment description. Item 12.8
author: Gisele Pinheiro Souza author: Eduardo Studzinski Estima de Castro |
Method Summary | |
public void | setup() Creates the beans used during the tests. | public void | testInterceptorOrder01() Verifies if the default interceptor defined
in the deployment descriptors is called. | public void | testInterceptorOrder02() Verifies if the interceptor defined for a method specific(defined by name
and parameters) is called only for this method. | public void | testInterceptorOrder03() Verifies the element exclude default interceptors. |
setup | public void setup() throws Exception(Code) | | Creates the beans used during the tests.
throws: Exception - if an error occurs during the lookup. |
testInterceptorOrder01 | public void testInterceptorOrder01()(Code) | | Verifies if the default interceptor defined
in the deployment descriptors is called.
|
testInterceptorOrder02 | public void testInterceptorOrder02()(Code) | | Verifies if the interceptor defined for a method specific(defined by name
and parameters) is called only for this method. The interceptor is
defined to the methods with the name insertOrder2(List), so only the the
method insertOrder2(List) must have the method interceptor called.
|
testInterceptorOrder03 | public void testInterceptorOrder03()(Code) | | Verifies the element exclude default interceptors.
|
|
|
|