1 22 package org.jboss.test.webservice.admindevel; 23 24 import junit.framework.Test; 25 26 31 public class RedeployExampleTestCase extends ExampleTestCase 32 { 33 34 public RedeployExampleTestCase(String name) 36 { 37 super(name); 38 } 39 40 41 public static Test suite() throws Exception  42 { 43 return getDeploySetup(RedeployExampleTestCase.class, "ws4ee-admindevel.jar, ws4ee-admindevel-client.jar"); 44 } 45 } 46 | Popular Tags |