]
Aslak Knutsen resolved ARQ-1796.
--------------------------------
Assignee: Aslak Knutsen
Resolution: Done
pushed upstream
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
Assignee: Aslak Knutsen
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.