Eclipse plugin for TestNG coverage

code-coverage, eclipse-plugin, testng

Solution

EclEmma can be run on TestNG test suites. You can also run a group of test or a given TestNG class with it. It requires the TestNg plug-in

On EclEmma plugin, choose "coverage configuration..." and select the TestNG tab.

Problem

Does anybody know about an Eclipse plug-in to analyze code coverage for TestNG unit tests?

Original source