-
Feature Request
-
Resolution: Done
-
Major
-
None
-
None
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.
- is related to
-
ARQ-56 @Before/@After should only be executed on the server side
- Closed