JUnittests pass when exception is thrown from @Before-annotated
method
----------------------------------------------------------------------
Key: ARQ-1773
URL:
https://issues.jboss.org/browse/ARQ-1773
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.1.4.Final
Reporter: Mattias Persson
Assignee: Aslak Knutsen
Fix For: 1.1.5.Final
Attachments: arquillian_test_should_fail.zip
When an exception is thrown from a method with @Before, tests that should fail actually
pass when using Arquillian 1.1.4.Final. When stepping down to 1.1.3.Final, the tests fail
as expected.