]
Aslak Knutsen updated ARQ-1818:
-------------------------------
Fix Version/s: 1.1.7.Final
(was: 1.1.6.Final)
JUnit @Before/After phase is called after/before Arquillian's
Before/After phase
--------------------------------------------------------------------------------
Key: ARQ-1818
URL:
https://issues.jboss.org/browse/ARQ-1818
Project: Arquillian
Issue Type: Bug
Components: Test Harness Integration
Affects Versions: 1.1.5.Final, 1.1.6.Final
Reporter: Aslak Knutsen
Assignee: Aslak Knutsen
Priority: Blocker
Fix For: 1.1.7.Final
In < 1.1.5.Final JUnit's @Before and @After was called by Arquillian as part of
Arquillian's Before and After phases. This changed by accident during the JUnit Rule
support rewrite and @Before is now called after Arquillian's Before and @After phase
is now called Before Arquillian's After.
This break down APIs like Deployer/ContainerController as non of the Suite/Class/Test
Contexts are active at that point.