]
Aslak Knutsen updated ARQ-1742:
-------------------------------
Fix Version/s: 1.1.5.Final
Exception thrown before BeforeSuite event are not reported to user.
-------------------------------------------------------------------
Key: ARQ-1742
URL:
https://issues.jboss.org/browse/ARQ-1742
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Test Protocol SPIs and Implementation
Affects Versions: 1.1.4.Final
Reporter: Karel Piwko
Fix For: 1.1.5.Final
*When*:
My extensions observes ManagerStarted event and something gets wrong and an exception is
thrown.
*Then*:
Arquillian (Or rather JUnit) silently ignores the exception, causing subsequent children
runs to be ignored:
https://github.com/arquillian/arquillian-core/blob/master/junit/core/src/...
This behavior should be improved.