Closed GoogleCodeExporter closed 8 years ago
Hi,
EmergencyAbortListener is meant to be used only in emergencies. For example,
you can
use it if you are running a FEST test and all of a sudden you need to use your
mouse
or your keyboard. By pressing Control-Shift-A you are telling
EmergencyAbortListener
to forcibly terminate the test, you don't really care about the test results.
The reason you don't get an IllegalComponentStateException every single time is
because EmergencyAbortListener aborts the Swing application, not the test; they
run
in different threads.
When you do get an IllegalComponentStateException, it probably is because FEST
is
trying to access a component, but the listener disposed its top-level ancestor.
See
the code in issue 174 for details.
I'm marking this issue invalid.
Best regards,
Csabi
Original comment by csaba.ju...@gmail.com
on 5 Feb 2009 at 10:15
Thanks Csabi.
Original comment by nsre...@gmail.com
on 13 Feb 2009 at 1:31
Original issue reported on code.google.com by
nsre...@gmail.com
on 5 Feb 2009 at 1:23