Howto set the output in test console? When i run test by default the output is replaced by the summary of the test, and System.outs are lost.
In IDEA 12,13 and 14 (also maybe other versions), there is a button "Hide passed tests" and is pressed by default:
The console output is missing some of the printed strings (the last ones). When you uncheck the button and click on the test:
Then the output is shown in the console.