Introducing JTestConnect
A couple of months ago I finished the first version of JTestConnect. It is a tool for supporting development teams with their unit test strategies.
You can annotate your interfaces/classes with annotations describing how the object should be tested. The tool then sits in the build process and can interrupt a build if test classes/methods are missing.
Ideally, this would be added to a Continuous Integration build system to enforce test coverage of important classes.
A more detailed description of what it does can be found on the project home page.
