org.ow2.easybeans.tests.transaction.containermanaged.base |
EJB 3.0
EJB 3.0 tests.
|
Java Source File Name | Type | Comment |
ExceptionHandleUtil.java | Class | Has useful methods for the transaction tests. |
TestContainerTransactionBase.java | Class | Contains all base methods for using during the tests about the
container-managed. |
TestContainerTransactionException.java | Class | Verifies if the container manages well the runtime exception and the transaction among the beans. |
TestExceptionHandleBase.java | Class | Access different beans that have the same behaviour, but the beans throw
different types of exception. |
TestMandatory.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220.The items covered in this test are: 12.6.2.5. |
TestMandatoryException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestNever.java | Class | Verifies if the container-managed transaction in the session bean is following
the JSR 220.The items covered in this test are: 12.6.2.6. |
TestNeverException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestNotSupported.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220.The items covered in this test are: 12.6.2.1. |
TestNotSupportedException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestRequired.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220.The items covered in this test are: 12.6.2.2. |
TestRequiredException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestRequiredNew.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220.The items covered in this test are: 12.6.2.4. |
TestRequiredNewException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |
TestSupports.java | Class | Verifies if the container-managed transaction in the stateful bean is
following the JSR 220.The items covered in this test are: 12.6.2.3. |
TestSupportsException.java | Class | Verifies if the container-managed transaction in the session bean is
following the JSR 220. |