I'm wondering about the following issue I've run into. I've a group of JUnit Plugin tests for my Eclipse RCP application. From within Eclipse, I run them via a Run Configuration with option "Run all tests from selected project...". When I run them, they work just fine (and all are passing).
However, when I select the same Run Config via Run > Coverage, one of the test fails with a NoClassDefFoundError. I get the same when trying to run the test in question via plain JUnit.
Is there a way to get Coverage for a set of JUnit Plugin tests?
Thanks!
Stephan
Many thanks indeed! A great tool overall!
https://github.com/jacoco/eclemma/issues/112The only workaround fir now is to uninstall the VisualVM plugin.
http://eclemma.org/userdoc/launching.htmlRegards,