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)
DeploymentScenarioGeneratorTestClass.generate in interface DeploymentScenarioGeneratortestClass - Data to extract meta data based on.TestClasss DeploymentDescriptionsCopyright © 2012 JBoss by Red Hat. All Rights Reserved.