]
Lukáš Fryč commented on ARQGRA-471:
-----------------------------------
Nice, thanks Jiri!
GrapheneContextualHandler: do not wrap AssertionErrors in
IllegalStateException
-------------------------------------------------------------------------------
Key: ARQGRA-471
URL:
https://issues.jboss.org/browse/ARQGRA-471
Project: Arquillian Graphene
Issue Type: Enhancement
Affects Versions: 2.1.0.Alpha2
Reporter: Jiří Štefek
Priority: Trivial
Fix For: 2.1-Tracking
When you perform an assertion in e.g. a page fragment, which leads to throwing an
AssertionError, the error is wrapped in IllegalStateException. This is imho an unwanted
behaviour and these errors should be forwarded.