Method Summary |
|
public void | setup() Creates the beans used during the tests. |
public void | testInterceptorOrder01() Verifies if the default interceptors and the class interceptors defined
in the deployment descriptors are called. |
public void | testInterceptorOrder02() Verifies if the interceptor defined for a method works correctly. |
public void | testInterceptorOrder03() Verifies the element exclude class interceptors. |
public void | testPostActivate() Verifies if the postActivate defined by deployment descriptor in a bean
class is called. |
public void | testPostConstruct() Verifies if the postConstruct defined by deployment descriptor in a bean
class is called. |
public void | testPreDestroy() Verifies if the preDestroy defined by deployment descriptor in a bean
class is called. |
public void | testPrePassivate() Verifies if the prePassivate defined by deployment descriptor in a bean
class is called. |