org.hibernate.jsr303.tck.util
Class StandaloneContainersImpl

java.lang.Object
  extended by 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


Field Summary
 
Fields inherited from interface org.jboss.testharness.spi.StandaloneContainers
PROPERTY_NAME
 
Constructor Summary
StandaloneContainersImpl()
           
 
Method Summary
 void cleanup()
           
 void deploy(Collection<Class<?>> classes)
           
 boolean deploy(Collection<Class<?>> classes, Collection<URL> validationXmls)
           
 void deploy(Iterable<Class<?>> classes)
           
 org.jboss.testharness.api.DeploymentException getDeploymentException()
           
 void setup()
           
 void undeploy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandaloneContainersImpl

public StandaloneContainersImpl()
Method Detail

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.