FileDocCategorySizeDatePackage
HotdeployTestCase.javaAPI DocJBoss 4.2.11795Fri Jul 13 21:02:24 BST 2007org.jboss.test.hotdeploy

HotdeployTestCase

public class HotdeployTestCase extends org.jboss.test.JBossTestCase
Comment
author
Bill Burke
version
$Revision: 57186 $

Fields Summary
Category
log
static boolean
deployed
static int
test
Constructors Summary
public HotdeployTestCase(String name)


     
   

      super(name);

   
Methods Summary
public static junit.framework.Testsuite()

      return getDeploySetup(HotdeployTestCase.class, "hotdeploy.war");
   
public voidtestRemote()

      URL url = new URL("http://localhost:8080/hotdeploy/AOP");
      url.openConnection().getContent();