An early look at JUnit 4

10
Anonymous Reader writes “JUnit is almost indisputably the single most important third-party Java library ever developed. It promises to simplify testing by exploiting Java 5’s annotation feature to identify tests rather than relying on subclassing, reflection, and naming conventions. In this article, obsessive code tester Elliotte Harold takes JUnit 4 out for a spin and details how to use the new framework in your own work.”

Link: ibm.com/developerworks

Category:

  • Java