Arquillian Container Test Implementation Base 1.0.1.Final

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(org.jboss.arquillian.test.spi.TestClass 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(org.jboss.arquillian.test.spi.TestClass testClass)
Specified by:
generate in interface DeploymentScenarioGenerator

Arquillian Container Test Implementation Base 1.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.