Support fluent API and @DeploymentTarget for Rules
--------------------------------------------------
Key: ARQ-355
URL:
https://issues.jboss.org/browse/ARQ-355
Project: Arquillian
Issue Type: Feature Request
Components: Extension - Byteman
Reporter: Aslak Knutsen
Priority: Minor
With multi container support in arquillian, the byteman integration should support
@DeploymentTarget for specifying which container a rule should be deployed on.
Byteman integration could follow the ShrinkWrap fluent API and make a API for rule
creation, instead of having it only declarative via Annotaitons.
@BMRule @DeploymentTarget("name")
public static Rule createExceptionRule()
{
return Byteman.rule().....
}
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira