]
Aslak Knutsen resolved ARQ-1801.
--------------------------------
Resolution: Done
pushed upstream
@Before not called with arquillian-junit-standalone
---------------------------------------------------
Key: ARQ-1801
URL:
https://issues.jboss.org/browse/ARQ-1801
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.1.4.Final
Reporter: Thomas Diesler
Assignee: Aslak Knutsen
Fix For: 1.1.5.Final
When using
{code}
<dependency>
<groupId>org.jboss.arquillian.junit</groupId>
<artifactId>arquillian-junit-standalone</artifactId>
<version>1.1.4.Final</version>
</dependency>
{code}
@BeforeClass and @Before are not called.
Using arquillian-junit-container they are.