Hi guys,
Quick JUnit question. I'm running some unit tests that involve starting up the GUI and doing a load of stuff.
I would like to see the results after the test to confirm it visually. However, it gets to the end of the code and exits, as it should. If I want to override this, I put a breakpoint on the last line of the test. This is pretty awkward though.
Is there some option to stop it from exiting?