1 25 package org.objectweb.easybeans.tests.transaction.containermanaged.base; 26 27 28 42 public class TestNever extends TestContainerTransactionBase { 43 44 52 @Override  53 public void testUsingClientTrans() throws Exception { 54 super.testUsingClientTrans(); 55 } 56 57 64 @Override  65 public void testSetRollbackOnly() throws Exception { 66 super.testSetRollbackOnly(); 67 } 68 69 76 @Override  77 public void testGetRollbackOnly() throws Exception { 78 super.testGetRollbackOnly(); 79 } 80 81 } 82 | Popular Tags |