ScalaTest: How to print debug output in tests (to STDOUT)ScalaTest's info function can be used to print output for visibility within unit tests, unlike println or System.err.println.