Interface DeploymentScenarioGenerator
-
public interface DeploymentScenarioGeneratorExtension point for extractingDeploymentDescription's from aTestClass- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DeploymentDescription>generate(TestClass testClass)Extract all meta data related to aTestClass.
-
-
-
Method Detail
-
generate
List<DeploymentDescription> generate(TestClass testClass)
Extract all meta data related to aTestClass.- Parameters:
testClass- Data to extract meta data based on.- Returns:
- The given
TestClasssDeploymentDescriptions
-
-