Generating JavaDoc style documentation
Posted
by Walter White
on Stack Overflow
See other posts from Stack Overflow
or by Walter White
Published on 2010-04-16T13:38:16Z
Indexed on
2010/04/16
13:43 UTC
Read the original article
Hit count: 365
Hi all,
I would like to generate a report similar to JavaDoc so that you can real easily click on a test, result, and source. I am running HtmlUnit tests so I will have the result (html), source (request, headers, parameters, etc.), stack trace all visible so a developer or qa can go back later to review this to see what went awry.
So, in the left frame, the tests will be listed along with the group they were a part of (similar to packages in javadoc). In the right frame, the results will be presented along with the source and stack trace.
How can I achieve this? The HtmlUnit tests are part of the project and not a stand-alone plugin if that matters.
Thanks,
Walter
© Stack Overflow or respective owner