Skip to main content

JUnit 4 for JDK 1.5

Posted by wwake on June 15, 2005 at 7:23 AM EDT
JUnit 4 is out for JDK 1.5. Gunjan Doshi summarizes the changes here. It uses the JDK 1.5 "attribute" feature, so you label tests with "@Test" rather than following the convention of naming them "testSomething()".
Related Topics >>