1 25 package org.objectweb.easybeans.tests.transaction.containermanaged.base; 26 27 28 43 public class TestRequired extends TestContainerTransactionBase { 44 45 46 54 @Override  55 public void testUsingClientTrans() throws Exception { 56 super.testUsingClientTrans(); 57 } 58 59 68 @Override  69 public void testSetRollbackOnly() throws Exception { 70 super.testSetRollbackOnly(); 71 } 72 73 80 @Override  81 public void testGetRollbackOnly() throws Exception { 82 super.testGetRollbackOnly(); 83 } 84 } 85 | Popular Tags |