public class AnnotationDeploymentScenarioGenerator extends Object implements DeploymentScenarioGenerator
DeploymentScenarioGenerator
that builds a DeploymentScenario
based on
the standard Arquillian API annotations.Constructor and Description |
---|
AnnotationDeploymentScenarioGenerator() |
Modifier and Type | Method and Description |
---|---|
List<DeploymentDescription> |
generate(TestClass testClass)
Extract all meta data related to a
TestClass . |
public AnnotationDeploymentScenarioGenerator()
public List<DeploymentDescription> generate(TestClass testClass)
DeploymentScenarioGenerator
TestClass
.generate
in interface DeploymentScenarioGenerator
testClass
- Data to extract meta data based on.TestClass
s DeploymentDescription
sCopyright © 2012 JBoss by Red Hat. All Rights Reserved.