Testing Tools/JUnit
Author:Rajesh Kumar
When writing JUnit tests developers often add log statements that can help provide information on test failures. During the initial attempt to find a failure a simple System.out.println() statement is usually the first resort of most developers. ...