JUnit is an open source testing framework for Java. It provides a very simple way to express the way you intend your code to work. By expressing your intentions in code, you can use the JUnit test runners to verify that your code behaves according to your intentions
– http://www.digilife.beJUnit Quick Reference
Category: Technology Tags: