| |
|
| java.lang.Object org.ow2.easybeans.tests.javasesupport.TestResourceLevelTransaction
TestResourceLevelTransaction | public class TestResourceLevelTransaction (Code) | | Verifies if the bean can use a resource level transaction.
author: Gisele Pinheiro Souza author: Eduardo Studzinski Estima de Castro |
setup | public void setup() throws Exception(Code) | | Creates an instance of the esourceLevelTransTester.
throws: Exception - if an error occurs during the lookup. |
testResourceLevelCommit | public void testResourceLevelCommit()(Code) | | Verifies if the EnitityTransaction.commit() works.
|
testResourceLevelRollback | public void testResourceLevelRollback()(Code) | | Verifies if the EnitityTransaction.rollback() works.
|
testResourceLevelSetRollbackOnly | public void testResourceLevelSetRollbackOnly()(Code) | | Verifies if the EnitityTransaction.setRollbackOnly() works.
|
|
|
|