The idea for this project came from real life. We just needed to make sure that all the specification described by the source javadoc is covered with unit tests.
The simplest idea to make sure
... [More]
everything was properly and completely tested was to create a test for each sentence (or couple of related sentences) from the source javadoc. But then how do you make sure everything is covered?
This tool adresses this problem. You annotate each test with a sentence from the javadoc. The tool creates a report showing which parts of the javadoc are covered with tests, and which not.
The project also includes a maven plugin.
THIS PROJECT IS WORK IN PROGRESS and is NOT READY YET :) [Less]