org.jboss.arquillian.container.test.impl.client.deployment
Class AnnotationDeploymentScenarioGenerator

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.AnnotationDeploymentScenarioGenerator
All Implemented Interfaces:
DeploymentScenarioGenerator

public class AnnotationDeploymentScenarioGenerator
extends Object
implements DeploymentScenarioGenerator

DeploymentScenarioGenerator that builds a DeploymentScenario based on the standard Arquillian API annotations.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
AnnotationDeploymentScenarioGenerator()
           
 
Method Summary
 List<DeploymentDescription> generate(TestClass testClass)
          Extract all meta data related to a TestClass.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationDeploymentScenarioGenerator

public AnnotationDeploymentScenarioGenerator()
Method Detail

generate

public List<DeploymentDescription> generate(TestClass testClass)
Description copied from interface: DeploymentScenarioGenerator
Extract all meta data related to a TestClass.

Specified by:
generate in interface DeploymentScenarioGenerator
Parameters:
testClass - Data to extract meta data based on.
Returns:
The given TestClasss DeploymentDescriptions


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.