1 7 8 10 package org.jboss.test.jbossnet.ejbsimple; 11 12 import junit.framework.Test; 13 14 20 21 public class RedeployEJBEndpointTestCase extends EJBEndpointTestCase 22 { 23 24 public RedeployEJBEndpointTestCase(String name) 26 { 27 super(name); 28 } 29 30 31 public static Test suite() throws Exception  32 { 33 return getDeploySetup(RedeployEJBEndpointTestCase.class, "jbossnet-ejbsimple.ear"); 34 } 35 36 37 public static void main(String [] args) 38 { 39 junit.textui.TestRunner.run(RedeployEJBEndpointTestCase.class); 40 } 41 42 } 43 | Popular Tags |