|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.interceptors.business.TestExceptions00
public class TestExceptions00
/** Verifies if the interceptors and exceptions are working well.
Field Summary | |
---|---|
private ItfExceptions |
clBean
Bean used to implement the test. |
Constructor Summary | |
---|---|
TestExceptions00()
|
Method Summary | |
---|---|
void |
startUp()
Creates a bean to be used in the tests. |
void |
testException00()
Verifies if the interceptor can throw a customized exception. |
void |
testException01()
Verifies if the interceptor can throw a customized exception. |
void |
testException02()
Verifies if the interceptor can throw a customized exception. |
void |
testException03()
Verifies if the interceptor can throw a customized exception. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ItfExceptions clBean
Constructor Detail |
---|
public TestExceptions00()
Method Detail |
---|
public void startUp() throws java.lang.Exception
java.lang.Exception
- if there is a problem with the bean initialization.public void testException00() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testException01() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testException02() throws java.lang.Exception
java.lang.Exception
- if there is an enhancer exception.public void testException03() 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 |