Allow navigation to unit tests in Maven artifacts
Brought to you by:
gianasista
At work I use many Maven artifacts, most of which are open source and have their unit tests published. Occasionally I’d like to have a look at these unit tests, e.g. when the Javadoc doesn’t explain all the details or when I don’t know how to program against a specific interface.
My idea is that the m2eclipse plugin downloads the unit tests of all my Maven artifacts (I’ve asked for this in https://bugs.eclipse.org/bugs/show_bug.cgi?id=461329), and whenever I view the source code of such an artifact, I can simply press Ctrl+J to see the unit test of that class.
Copied to the feature requests list: https://sourceforge.net/p/moreunit/feature-requests/82/