]
Thomas Diesler updated ARQ-1801:
--------------------------------
Affects Version/s: 1.1.4.Final
@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
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.