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.
Collection
[
|
...
]