| |
|
| java.lang.Object org.ow2.easybeans.tests.transaction.beanmanaged.TestTransactionMDB
TestTransactionMDB | public class TestTransactionMDB (Code) | | Verifies if message-driven bean with bean-managed transaction is
following the JSR 220. The items covered in this test are: 5.4.12
author: Eduardo Studzinski Estima de Castro author: Gisele Pinheiro Souza |
Method Summary | |
public void | startUp00() Creates the JMS manager. | public void | tearDown() Clears logs. | public void | tearDownClass() Clears logs. | public void | testBeanManaged00() Verifies if the bean-managed transaction with
message-driven bean is working properly. |
startUp00 | public void startUp00() throws Exception(Code) | | Creates the JMS manager.
throws: Exception - if there is a problem. |
testBeanManaged00 | public void testBeanManaged00() throws Exception(Code) | | Verifies if the bean-managed transaction with
message-driven bean is working properly.
throws: Exception - if a problem occurs. |
|
|
|