Junit console
I am catching an exception in a Junit test and printing the stack trace with System.out - but the output disappears from the console window and is replaced by the test result status.
How can I prevent this so I can see the output?
请先登录再写评论。
If you click on the the top level node on the left, you should see your output.

Doesn't work for me - the output is gone, only the text
Process finished with exit code 0
remains