- All Implemented Interfaces:
- org.jboss.arquillian.core.spi.LoadableExtension
public class SuiteDeploymentArquillianExtension
extends Object
implements org.jboss.arquillian.core.spi.LoadableExtension
This the extension Aslak did to provide some ability for Arquillian (1.0.2) to run multiple
test classes against a single Deployment. I've only changed the class name and package.
See https://gist.github.com/3975179.
The Deployment is declared in the arquillian.launch file. The extension is declared in
resources/META-INF/services/org.jboss.arquillian.core.spi.LoadableExtension .
- Author:
- Aslak Knutsen, Jay Shaughnessy