Method Summary |
|
public void | setup() Creates the beans used during the tests. |
public void | testInterceptorOrder01() Verifies if the container uses the interceptor order defined in the
deployment descriptor. |
public void | testInterceptorOrder02() Verifies if the method interceptor respect the order defined by the
deployment descriptor. |
public void | testPostActivate() Verifies if the postActivate methods defined by deployment descriptor in a bean
class and in other class are called. |
public void | testPostConstruct() Verifies if the postConstruct methods defined by deployment descriptor in a bean
class and in other class are called. |
public void | testPreDestroy() Verifies if the preDestroy methods defined by deployment descriptor in a bean
class and in other class are called. |
public void | testPrePassivate() Verifies if the postPassivate methods defined by deployment descriptor in a bean
class and in other class are called. |