1 package xdoclet.retest.test; 2 3 import junit.framework.TestSuite; 4 import junit.framework.Test; 5 6 11 public class StatefulSessionBeanRegressionTestCase 12 extends SessionBeanRegressionTestCase 13 { 14 15 public StatefulSessionBeanRegressionTestCase(String name) 16 { 17 super(name); 18 } 19 20 public StatefulSessionBeanRegressionTestCase(String name,String cn) 21 { 22 super(name,cn); 23 } 24 25 } 26 | Popular Tags |