Arquillian Container Test SPI 1.0.0.CR7

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


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

Arquillian Container Test SPI 1.0.0.CR7

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