org.jboss.arquillian.impl
Class NullDeploymentGenerator

java.lang.Object
  extended by org.jboss.arquillian.impl.NullDeploymentGenerator
All Implemented Interfaces:
DeploymentGenerator

public class NullDeploymentGenerator
extends java.lang.Object
implements DeploymentGenerator

NullDeploymentGenerator


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

Constructor Detail

NullDeploymentGenerator

public NullDeploymentGenerator()
Method Detail

generate

public org.jboss.shrinkwrap.api.Archive<?> generate(java.lang.Class<?> testCase)
Specified by:
generate in interface DeploymentGenerator
Returns: