1 4 5 package org.objectweb.perseus.connector.ra; 6 7 import junit.framework.TestCase; 8 9 import java.util.Vector ; 10 import javax.resource.cci.ConnectionFactory ; 11 12 14 18 public abstract class TestRAUnman extends TestRA { 19 20 23 public TestRAUnman(String tn) { 24 super(tn); 25 } 26 27 33 protected void initMCF() throws Exception { 34 Object bcf = mcf.createConnectionFactory(); 35 44 } 45 } | Popular Tags |