-
Bug
-
Resolution: Done
-
Major
-
1.1.4.Final
-
None
-
None
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.