JUnitDoc

This is the home page of the JUnitDoc projects. Goal of the project is to create a javadoc Doclet that can create a html report on a JUnit test report.

Test reports that are created with the ant task junit can produce a XML report file by using the XML formatter. Goal of this project is to read the JavaDocs of the JUnit Testcases, to read the XML report files and to produce a HTML report that contains the JavaDocs AND the result of the test. In this HTML report you can easily see what is tested and how the result of the test was.

So JUnitDoc is similar to the ant task junitreport but it also includes the JavaDoc comments of the test case.

SourceForge.net Logo