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