|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.interceptors.business.TestClassInterceptor01
public class TestClassInterceptor01
Verifies if the order to execute the class and method interceptors is correct. The correct order is:
Field Summary | |
---|---|
private ItfClassInterceptorTestRemote<java.lang.Integer> |
clBean
Bean used to implement the test. |
Constructor Summary | |
---|---|
TestClassInterceptor01()
|
Method Summary | |
---|---|
void |
startUp()
Creates a bean to be used in the tests. |
void |
testClassInterCallOrder00()
Verifies if the interceptors are not executed. |
void |
testClassInterCallOrder01()
Verifies if the interceptors are not executed. |
void |
testClassInterCallOrder02()
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor. |
void |
testClassInterCallOrder03()
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor. |
void |
testClassInterCallOrder04()
Verifies if the interceptor classes are not executed with the annotation excludeClassInterceptor. |
void |
testClassInterCallOrder05()
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order. |
void |
testClassInterCallOrder06()
Verifies if the interceptor classes and the interceptor methods work well together, i.e., if they respect the order. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ItfClassInterceptorTestRemote<java.lang.Integer> clBean
Constructor Detail |
---|
public TestClassInterceptor01()
Method Detail |
---|
public void startUp() throws java.lang.Exception
java.lang.Exception
- if there is a problem with the bean initialization.public void testClassInterCallOrder00()
public void testClassInterCallOrder01()
public void testClassInterCallOrder02()
public void testClassInterCallOrder03()
public void testClassInterCallOrder04()
public void testClassInterCallOrder05()
public void testClassInterCallOrder06()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |