Java.net has a neat little JUnit 4 tutorial. I hadn’t checked before, but JUnit 4 includes a whole bunch of new features.
Just started using JUnit 4 on a new project - it's much nicer with the annotations now.
I suggest trying also TestNG before making a choice (http://testng.org)
Comments
Just started using JUnit 4 on a new project - it's much nicer with the annotations now.
I suggest trying also TestNG before making a choice (http://testng.org)