Hey everyone,
So, I have started testing on a product that is new to me. The code
for the gui is using System.exit which kills the whole VM and so I
cant run more than one test...I am trying to figure out a way to
remove this but have been unsucessful. When I just remove the
System.exit() line the program will never exit by itself. I looked at
the java docs and found this:
...
I remember when I was using abbot (a couple of years ago), it had a
trick to intercept System.exit() and it was working fine with my app.
Maybe FEST should reuse the same trick?
Cheers
Jean-Francois
You might want to use some profiler to find the problem. The one
bundled with netbeans is free and should be sufficient for this
purpose. You can check both threads and windows there.