1 25 package org.objectweb.easybeans.tests.transaction.containermanaged.base; 26 27 39 public class TestSupports extends TestContainerTransactionBase { 40 41 50 @Override  51 public void testUsingClientTrans() throws Exception { 52 super.testUsingClientTrans(); 53 } 54 55 62 @Override  63 public void testSetRollbackOnly() throws Exception { 64 super.testSetRollbackOnly(); 65 } 66 67 74 @Override  75 public void testGetRollbackOnly() throws Exception { 76 super.testGetRollbackOnly(); 77 } 78 79 } 80 | Popular Tags |