An Early Look at JUnit 4
An anonymous reader writes "Elliotte Harold, proclaimed 'obsessive code tester', took an early look at JUnit4 and shows how to best utilize the framework in your own projects. Many feel that this is one of the most important third-party Java libraries 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."
Welcome to the unprofessional developer Island... population you.
Normally, writing junit tests is less then or equal to the amount of work in writing the actual code
Where as fixing the bugs as a result of a lack of unit testing doesn't take any effort at all.
You muppet.
An Eye for an Eye will make the whole world blind - Gandhi