Friday, March 4, 2016

Java : System.out.print not displaying

System.out.print not displaying





http://stackoverflow.com/questions/3963708/gradle-how-to-display-test-results-in-the-console-in-real-time


Example :


test {
    testLogging {
 events "passed", "skipped", "failed", "standardOut", "standardError"
 showStandardStreams = true
 
 }
}

No comments:

Post a Comment