Skip to content

Instantly share code, notes, and snippets.

View PiotrNowicki's full-sized avatar

Piotr Nowicki PiotrNowicki

View GitHub Profile
@PiotrNowicki
PiotrNowicki / gist:1245983
Created September 27, 2011 19:28
Arquillian - multiple deployments for different containers
/////////////////////////////////////////////////////////////////////////////////////////
// DeploymentScenarioGenerator extension
/////////////////////////////////////////////////////////////////////////////////////////
/**
* Registers the {@link FlexibleRegisterDeployment} which allows to choose the
* {@link Deployment} annotated method from the test class which will be used
* for particular target container.
*
* @author PedroKowalski