As I recently mentioned, I have been back in the Java world after a few years of almost exclusively .NET development. The client I am working with had a list of jdk5 bits to look into, and one of the things was "TestNG". I hadn't heard of it, so I did a little googling and ended up at TestNG's site. It is kind of a cross between JUnit and NUnit using JDK5 annotations. Cool.
Comments