Include link to (unit) test classes in JavaDoc

Viewed 2314

Is it, or should it be, good practice to include links to (unit) test classes in the JavaDoc of a class?

I have not seen this so far but find it very helpful when jumping between class and test class(es). I also think test cases give good examples for usage of a class.

What are the arguments against linking test cases in the JavaDoc?

1 Answers
Related