|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.interceptors.business.TestMethodInterceptor
public class TestMethodInterceptor
Verifies if the order to execute the method interceptors is correct. The correct order is:
Field Summary | |
---|---|
private ItfMethodInterceptorTestRemote<java.lang.Integer> |
mtBean
Bean used to implement the test. |
Constructor Summary | |
---|---|
TestMethodInterceptor()
|
Method Summary | |
---|---|
void |
interceptorMethodTest00()
Verifies if the interceptors are not executed. |
void |
interceptorMethodTest02()
Verifies if the interceptor is executed. |
void |
interceptorMethodTest03()
Verifies if two interceptors are executed in order. |
void |
interceptorMethodTest04()
Verifies if many interceptors are executed in order. |
void |
interceptorMethodTest05()
Verifies if many interceptors are executed in order. |
void |
interceptorMethodTest06()
Verifies if interceptors are executed in order. |
void |
interceptorMethodTest07()
Verifies if interceptors are executed in order. |
void |
interceptorMethodTest08()
Verifies if interceptors are executed in order. |
void |
startUp()
Creates a bean to be used in the tests. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ItfMethodInterceptorTestRemote<java.lang.Integer> mtBean
Constructor Detail |
---|
public TestMethodInterceptor()
Method Detail |
---|
public void startUp() throws java.lang.Exception
java.lang.Exception
- if there is a problem with the bean initialization.public void interceptorMethodTest00()
public void interceptorMethodTest02()
public void interceptorMethodTest03()
public void interceptorMethodTest04()
public void interceptorMethodTest05()
public void interceptorMethodTest06()
public void interceptorMethodTest07()
public void interceptorMethodTest08()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |