Does anybody know about a Eclipse plug-in to analyze code coverage for TestNG unit tests?
Matthias Zerau
Does anybody know about a Eclipse plug-in to analyze code coverage for TestNG unit tests?
Matthias Zerau
EclEmma can be run on testng test suites. you canalso 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.
I also use EclEmma , ever had a look at Clover ? - very , very nice , but not open source.