Class AnnotationDeploymentScenarioGenerator
java.lang.Object
org.jboss.arquillian.container.test.impl.client.deployment.AbstractDeploymentScenarioGenerator
org.jboss.arquillian.container.test.impl.client.deployment.AnnotationDeploymentScenarioGenerator
- All Implemented Interfaces:
DeploymentScenarioGenerator
public class AnnotationDeploymentScenarioGenerator
extends AbstractDeploymentScenarioGenerator
implements DeploymentScenarioGenerator
DeploymentScenarioGenerator that builds a DeploymentScenario based on
the standard Arquillian API annotations.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<DeploymentConfiguration> generateDeploymentContent(org.jboss.arquillian.test.spi.TestClass testClass) Methods inherited from class org.jboss.arquillian.container.test.impl.client.deployment.AbstractDeploymentScenarioGenerator
generate, manipulateArchiveMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.arquillian.container.test.spi.client.deployment.DeploymentScenarioGenerator
generate
-
Constructor Details
-
AnnotationDeploymentScenarioGenerator
public AnnotationDeploymentScenarioGenerator()
-
-
Method Details
-
generateDeploymentContent
protected List<DeploymentConfiguration> generateDeploymentContent(org.jboss.arquillian.test.spi.TestClass testClass) - Specified by:
generateDeploymentContentin classAbstractDeploymentScenarioGenerator
-