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