Tuesday, December 8, 2009

JUnit 4.8.1 is released

JUnit 4.8's category support had a glaring error in the javadoc (CategoryType was a quickly-deleted design decision that lived on in the documentation), and in the implementation (Class-level annotations were not trickled down to methods). 4.8.1 fixes this:


Release notes


Javadoc

Download

Tuesday, December 1, 2009

JUnit 4.8 is released

JUnit 4.8 has been released. The primary new feature is preliminary support for Categories. For more information, see the release notes and javadoc, and then download!