org.jboss.test.deployment
Class DeploymentTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.deployment.DeploymentTestCase

public class DeploymentTestCase
extends JBossTestCase (src)

Deployment API JSR-88 tests

Since:
25-Mar-2005
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
DeploymentTestCase(java.lang.String name)
           
 
Method Summary
protected  void setUp()
          Get the DeploymentManager
 void testDeploymentManager()
          Check DeploymentManager
 void testDistributeWebApp()
          Distribute a web app
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentTestCase

public DeploymentTestCase(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Get the DeploymentManager

Throws:
java.lang.Exception

testDeploymentManager

public void testDeploymentManager()
                           throws java.lang.Exception
Check DeploymentManager

Throws:
java.lang.Exception

testDistributeWebApp

public void testDistributeWebApp()
                          throws java.lang.Exception
Distribute a web app

Throws:
java.lang.Exception