Is Cover Coverage plugin still available in NetBeans 7.0? How can i use it?

I searched online for NetBeans code testing tutorials.
However, most manuals use a plugin called NetBeans Code Coverage Plugin, which can be found in the "Available Plugins" section. However, this is not so. So, how can I check the coverage of Java code in NetBeans 7.0?

+4
source share
2 answers

You can find both Cobertura Module Test Coverage and Maven Test Coverage in the available plugins. You must choose one according to your build tool.

Look at this link for more information: http://wiki.netbeans.org/MavenCodeCoverage

+5
source

The following link will be available to you when connecting NetBeans code plugins.

http://plugins.netbeans.org/plugin/38945/unit-tests-code-coverage-plugin-updated-for-netbeans-7-0

+5
source

All Articles