-
Feature Request
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
None
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().....
}