org.jboss.arquillian.container.test.spi.client.deployment
Interface DeploymentScenarioGenerator

All Known Implementing Classes:
AnnotationDeploymentScenarioGenerator

public interface DeploymentScenarioGenerator

Extension point for extracting DeploymentDescription's from a TestClass

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 List<DeploymentDescription> generate(TestClass testClass)
          Extract all meta data related to a TestClass.
 

Method Detail

generate

List<DeploymentDescription> generate(TestClass testClass)
Extract all meta data related to a TestClass.

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.