/testdox

TestDox creates simple documentation from the method names in JUnit test cases. This fork upgrades TestDox to generate documentation for JUnit4 tests

Primary LanguageJava

This fork of testdox add the following

0.4-SNAPSHOT
- support for JUnit 4: parses and generates testdox for test classes (*Test.java, Test*.java, ...) with methods annotated with @Test
- added format attribute to ant target: format="text|html|xdoc" generates the output file in the selected format
- fixed broken unit tests
- tests ported to JUnit 4 format
- generates assembly without/with dependencies