org.hibernate.jsr303.tck.util
Class StandaloneContainersImpl
java.lang.Object
org.hibernate.jsr303.tck.util.StandaloneContainersImpl
- All Implemented Interfaces:
- org.jboss.testharness.spi.StandaloneContainers
public class StandaloneContainersImpl
- extends Object
- implements org.jboss.testharness.spi.StandaloneContainers
Fields inherited from interface org.jboss.testharness.spi.StandaloneContainers |
PROPERTY_NAME |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StandaloneContainersImpl
public StandaloneContainersImpl()
deploy
public void deploy(Iterable<Class<?>> classes)
throws org.jboss.testharness.api.DeploymentException
- Throws:
org.jboss.testharness.api.DeploymentException
undeploy
public void undeploy()
- Specified by:
undeploy
in interface org.jboss.testharness.spi.StandaloneContainers
setup
public void setup()
- Specified by:
setup
in interface org.jboss.testharness.spi.StandaloneContainers
cleanup
public void cleanup()
- Specified by:
cleanup
in interface org.jboss.testharness.spi.StandaloneContainers
deploy
public void deploy(Collection<Class<?>> classes)
throws org.jboss.testharness.api.DeploymentException
- Specified by:
deploy
in interface org.jboss.testharness.spi.StandaloneContainers
- Throws:
org.jboss.testharness.api.DeploymentException
deploy
public boolean deploy(Collection<Class<?>> classes,
Collection<URL> validationXmls)
- Specified by:
deploy
in interface org.jboss.testharness.spi.StandaloneContainers
getDeploymentException
public org.jboss.testharness.api.DeploymentException getDeploymentException()
- Specified by:
getDeploymentException
in interface org.jboss.testharness.spi.StandaloneContainers
Copyright © 2008-2011. All Rights Reserved.