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
DeploymentScenarioGeneratorthat builds aDeploymentScenariobased on the standard Arquillian API annotations.- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Constructor Summary
Constructors Constructor Description AnnotationDeploymentScenarioGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<DeploymentConfiguration>generateDeploymentContent(org.jboss.arquillian.test.spi.TestClass testClass)-
Methods inherited from class org.jboss.arquillian.container.test.impl.client.deployment.AbstractDeploymentScenarioGenerator
generate, manipulateArchive
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.arquillian.container.test.spi.client.deployment.DeploymentScenarioGenerator
generate
-
-
-
-
Method Detail
-
generateDeploymentContent
protected List<DeploymentConfiguration> generateDeploymentContent(org.jboss.arquillian.test.spi.TestClass testClass)
- Specified by:
generateDeploymentContentin classAbstractDeploymentScenarioGenerator
-
-