matheusgr / easyaccept

Easy Accept is a tool to easly describe acceptance tests as text files
8 stars 2 forks source link

Exception Handling of Facade methods #3

Open matheusgr opened 6 years ago

matheusgr commented 6 years ago

When Easyaccept calls a method from a Facade and this method throws an unexpected exception, EasyAccept does not report were the exception had ocurred.

ex: Command: <rollDice firstDieResult="1"(java.lang.Byte) secondDieResult="1"(java.lang.Byte)>, produced error: <This place can't be sold>

EasyAccept should show the line of code where this excetion had ocurred (and ,possibly, he line of scritp test that generates this error).