]
Aslak Knutsen updated ARQ-1796:
-------------------------------
Fix Version/s: 1.1.5.Final
Regression: JUnit ExpectedException is not handled correctly
------------------------------------------------------------
Key: ARQ-1796
URL:
https://issues.jboss.org/browse/ARQ-1796
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 1.1.4.Final
Reporter: Rich DiCroce
Fix For: 1.1.5.Final
I have many tests using JUnit's ExcpectedException rule. In Arquillian 1.1.3, these
tests worked perfectly. When I tried to update to 1.1.4, they broke. It seems like
Arquillian now catches the exceptions before ExpectedException does, and propagates them
back to the client.