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?
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?