public abstract class AbstractStandaloneContainersImpl
extends java.lang.Object
implements org.jboss.testharness.spi.StandaloneContainers
| Constructor and Description |
|---|
AbstractStandaloneContainersImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
deploy(java.util.Collection<java.lang.Class<?>> classes) |
boolean |
deploy(java.util.Collection<java.lang.Class<?>> classes,
java.util.Collection<java.net.URL> beansXml) |
org.jboss.testharness.api.DeploymentException |
getDeploymentException() |
void |
setup() |
void |
undeploy() |
public boolean deploy(java.util.Collection<java.lang.Class<?>> classes,
java.util.Collection<java.net.URL> beansXml)
deploy in interface org.jboss.testharness.spi.StandaloneContainerspublic void deploy(java.util.Collection<java.lang.Class<?>> classes)
throws org.jboss.testharness.api.DeploymentException
deploy in interface org.jboss.testharness.spi.StandaloneContainersorg.jboss.testharness.api.DeploymentExceptionpublic void cleanup()
cleanup in interface org.jboss.testharness.spi.StandaloneContainerspublic void setup()
setup in interface org.jboss.testharness.spi.StandaloneContainerspublic org.jboss.testharness.api.DeploymentException getDeploymentException()
getDeploymentException in interface org.jboss.testharness.spi.StandaloneContainerspublic void undeploy()
undeploy in interface org.jboss.testharness.spi.StandaloneContainersCopyright © 2014 Seam Framework. All Rights Reserved.