JUnit is a free and open source Java framework that will help you write and run automated tests. As a political gesture, it celebrates programmers testing their own software.
JUnit is designed to efficiently capture developers' intentions about their code, and to allow them to quickly check if their code matches those intentions.
NOTE: JUnit is licensed and distributed under the terms of the Common Public License 1.0.
What's New in This Release: [ read full changelog ]
This was a quick bug fix release for an important bug:
· Category annotations on classes were not honored.