Last update: $Date: 2006-03-09 22:23:04 +0000 (Thu, 09 Mar 2006) $ maintained by Joe Schmetzer Overview JUnit is a regression testing framework that allows developers to implement unit tests in Java. Using JUnit, you can cheaply and incrementally build a test suite that will help you measure your progress, spot unintended side effects, and focus your development efforts. This extra testing code pr