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