1 7 8 10 package org.jboss.test.jbossnet.wsr; 11 12 import junit.framework.Test; 13 14 15 21 public class RedeployWSRUnitTestCase extends WSRUnitTestCase 22 { 23 24 public RedeployWSRUnitTestCase(String name) 26 { 27 super(name); 28 } 29 30 31 public static Test suite() throws Exception  32 { 33 return getDeploySetup(RedeployWSRUnitTestCase.class, "jbossnet-wsr.wsr"); 34 } 35 } | Popular Tags |