Uses of Class
org.jboss.testharness.api.DeploymentException

Packages that use DeploymentException
org.jboss.testharness.spi   
 

Uses of DeploymentException in org.jboss.testharness.spi
 

Methods in org.jboss.testharness.spi that throw DeploymentException
 void Containers.deploy(java.io.InputStream archive, java.lang.String name)
          The war/ear to deploy to the container, it should be read using a JarInputStream.
 void StandaloneContainers.deploy(java.lang.Iterable<java.lang.Class<?>> classes)
          Bootstrap the container by registering Beans and Observers, raising
 void StandaloneContainers.deploy(java.lang.Iterable<java.lang.Class<?>> classes, java.lang.Iterable<java.net.URL> beansXmls)
          Bootstrap the container for a test by registering Beans and Observers, raising @Initialized event, validating the deployment, and raising the
 



Copyright © 2009. All Rights Reserved.