Is there something in Scalatest that will allow me to test the output to the standard out via a println
statement?
So far I've mainly been using FunSuite with ShouldMatchers
.
e.g. how do we check the printed output of
object Hi {
def hello() {
println("hello world")
}
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…