|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.interceptors.business.TestWrongSpecification
public class TestWrongSpecification
This tests verifies business interceptors that were developed without following the JSR220 spec.
Constructor Summary | |
---|---|
TestWrongSpecification()
|
Method Summary | |
---|---|
void |
testWrongSpec00()
This test should cause an enhancer exception. |
void |
testWrongSpec01()
Verifies if an interceptor class with args doesn't compile. |
void |
testWrongSpec02()
This test should cause an enhancer exception. |
void |
testWrongSpec03()
This test should cause an enhancer exception. |
void |
testWrongSpec04()
Verifies if an interceptor class with a static method modifier compile. |
void |
testWrongSpec05()
Verifies if an interceptor class with a final method modifier compile. |
void |
testWrongSpec06()
This method should cause an exception. |
void |
testWrongSpec07()
Verifies if a bean class with a static interceptor method compiles. |
void |
testWrongSpec08()
Verifies if a bean class with a final interceptor method compiles. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestWrongSpecification()
Method Detail |
---|
public void testWrongSpec00() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec01() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec02() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec03() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec04() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec05() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec06() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec07() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testWrongSpec08() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |