]
Aslak Knutsen updated ARQ-286:
------------------------------
Fix Version/s: 1.1.5.Final
(was: 2.0.0.CR1)
Should support JUnit @Rules
---------------------------
Key: ARQ-286
URL:
https://issues.jboss.org/browse/ARQ-286
Project: Arquillian
Issue Type: Feature Request
Components: Test Harness Integration
Reporter: Aslak Knutsen
Fix For: 1.1.5.Final
Using the JUnit feature @Rule becomes a problem when running against Remote servers since
the @Rule is executed both on the Client and Container side.
It works fine in Embedded Containers since the Test is executed in the same VM, but if
the Rule is dependent on Container features, the @Test will fail.