org.jboss.arquillian.junit
Class JUnitDeploymentAppender

java.lang.Object
  extended by org.jboss.arquillian.junit.JUnitDeploymentAppender
All Implemented Interfaces:
org.jboss.arquillian.spi.AuxiliaryArchiveAppender

public class JUnitDeploymentAppender
extends java.lang.Object
implements org.jboss.arquillian.spi.AuxiliaryArchiveAppender

JUnitDeploymentAppender Package up the JUnit / Arquillian JUnit related dependencies.


Constructor Summary
JUnitDeploymentAppender()
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JUnitDeploymentAppender

public JUnitDeploymentAppender()
Method Detail

createAuxiliaryArchive

public org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
Specified by:
createAuxiliaryArchive in interface org.jboss.arquillian.spi.AuxiliaryArchiveAppender