Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jreznot/gradle-test-javadoc

How to generate JavaDoc for Test classes
https://github.com/jreznot/gradle-test-javadoc

demo gradle javadoc test-automation testing

Last synced: about 1 month ago
JSON representation

How to generate JavaDoc for Test classes

Awesome Lists containing this project

README

        

Test JavaDoc example
====================

Run:
```batch
> gradlew testJavadoc
```

Check ./build/docs/testjavadoc/index.html

There you will find generated documentation for Test classes and methods.

You can use UTF-8 characters for names of test classes/methods as well as for JavaDoc content.

Demo result:
![Demo Image](/docs/demo-javadoc.png?raw=true "JavaDoc Result")