Last updated February 21, 2009 04:04, by Adam Myatt
Feedicon  

Cobertura Code Coverage for NetBeans Wiki

Overview : Cobertura is a code coverage tool useful for identifying line and branch coverage effectiveness when running Java tests, typically JUnit tests. It works by instrumenting compiled Java class files (adding a few small pieces of info for each line in the class file). When the classes run, whether manually or via some sort of test, information about the class execution is saved in a special file. This file can then be used to generate Javadoc-style reports that aid in identifying your test suite’s effectiveness. This NetBeans IDE plugin provides an integration between the Cobertura library and a Java project running in the IDE.

NetBeans version : 6.5

Cobertura tool version : 1.9.1

Cobertura project site : http://cobertura.sourceforge.net/

Current status : Proof of concept completed. Preparing stable alpha release.



List of Plugin Features

Plugin Manual

  • Mysql
  • Glassfish
  • Jruby
  • Rails
  • Nblogo
Terms of Use; Privacy Policy;
© 2010, Oracle Corporation and/or its affiliates
(revision 20120127.ac94057)
 
 
Close
loading
Please Confirm
Close