1 25 package org.objectweb.easybeans.tests.transaction.containermanaged.base; 26 27 28 43 public class TestRequiredNew extends TestContainerTransactionBase { 44 45 46 47 56 @Override  57 public void testSetRollbackOnly() throws Exception { 58 super.testSetRollbackOnly(); 59 } 60 61 68 @Override  69 public void testGetRollbackOnly() throws Exception { 70 super.testGetRollbackOnly(); 71 } 72 } 73 | Popular Tags |