Interface AutomaticDeployment
public interface AutomaticDeployment
SPI that all automatic deployment implementators must implements in order to generate the archive to be used by Arquillian deployer.
- Version:
- $Revision: $
-
Method Summary
Modifier and TypeMethodDescriptiongenerateDeploymentScenario(TestClass testClass) Method called for generating the deployment configuration.
-
Method Details
-
generateDeploymentScenario
Method called for generating the deployment configuration.- Parameters:
testClass- of current running test.- Returns:
- Model object that contains all the information related to deployment configuration.
-