Details
-
Type:
Feature Request
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.1.5.Final
-
Component/s: Test Harness Integration
-
Labels:None
Description
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.
Gliffy Diagrams
Issue Links
- is related to
-
ARQ-56
@Before/@After should only be executed on the server side
-
- Closed
-
Hi,
I would like to take a look at this issue. In the end the behavior for the @Rule annotation should be the same as for @Before/@After (execute the rule only on the container if we are in Client mode). Is that correct?