org.apache.openejb.tck.cdi.tomee.embedded
Class ContainersImpl
java.lang.Object
org.apache.openejb.tck.cdi.tomee.embedded.ContainersImpl
- All Implemented Interfaces:
- org.jboss.testharness.spi.Containers
public class ContainersImpl
- extends Object
- implements org.jboss.testharness.spi.Containers
- Version:
- $Rev$ $Date$
| Fields inherited from interface org.jboss.testharness.spi.Containers |
PROPERTY_NAME |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainersImpl
public ContainersImpl()
deploy
public boolean deploy(InputStream archive,
String name)
throws IOException
- Specified by:
deploy in interface org.jboss.testharness.spi.Containers
- Throws:
IOException
getDeploymentException
public org.jboss.testharness.api.DeploymentException getDeploymentException()
- Specified by:
getDeploymentException in interface org.jboss.testharness.spi.Containers
undeploy
public void undeploy(String name)
throws IOException
- Specified by:
undeploy in interface org.jboss.testharness.spi.Containers
- Throws:
IOException
setup
public void setup()
throws IOException
- Specified by:
setup in interface org.jboss.testharness.spi.Containers
- Throws:
IOException
cleanup
public void cleanup()
throws IOException
- Specified by:
cleanup in interface org.jboss.testharness.spi.Containers
- Throws:
IOException
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.