alexruiz / fest-swing-1.x

FEST Functional Swing Testing
http://fest.easytesting.org
109 stars 34 forks source link

GuiActionRunner.rethrowCatchedExceptionIn: do not eat call stacks of errors #25

Open robvandyck opened 10 years ago

robvandyck commented 10 years ago

Hi,

It would be nice if we could configure/disable the call stack eating of assertions in the GuiActionRunner. We do not understand why appending (as you do for runtimeExceptions) would not be better than replacing.

Regards, Rob.