ScalaTest: How to print debug output in tests (to STDOUT)
Briefly

ScalaTest's info function allows printing output for visibility within unit tests, unlike println or System.err.println.
Using info to print output in ScalaTest unit tests gives real-world benefits like checking System.getProperty values for test execution locations.
Read at Alvinalexander
[
add
]
[
|
|
]