Ran into this as well. I’m using gradle to manage my tasks and I put this in at the end of by build.gradle
file :
test {
testLogging.showStandardStreams = true
}
Now I see System.out.println(whateves)
.
Ran into this as well. I’m using gradle to manage my tasks and I put this in at the end of by build.gradle
file :
test {
testLogging.showStandardStreams = true
}
Now I see System.out.println(whateves)
.