-
Feature Request
-
Resolution: Duplicate
-
Critical
-
None
-
1.0.0.CR5
-
None
-
None
Currently only 1 @OperateOnDeployment can be used on a @Test method. In clustering test, there are always at least 2 different deployments. @OperateOnDeployment should be able to specify 2 deployments in order to be able to use their metas.
I currently ended up with
// Ouch, hardcoded URL will need fixing. ARQ doesnt support @OperateOnDeployment on 2. String url1 = baseURL.toString() + "simple"; String url2 = "http://127.0.0.1:8080/distributable/simple";
Link to docs
http://docs.jboss.org/arquillian/api/latest/org/jboss/arquillian/api/OperateOnDeployment.html