Java maven and cobertura

Posted by & filed under java.

Cobertura is test code coverage tool. It’s free and it does job well. I tried it with projects compiled with Ant. There a few good tuts on web how to do it. And I tried it with maven. It’s even easier, you just need to put a simple entry into your pom.xml file. Something like… Read more »

Cobertura Support for Maven Projects in NetBeans IDE

Posted by & filed under java.

Test Driven Developement and there is already fine support for your favorite IDE. Netbeans IDE. (Probably there was a light year earlier for Eclipse) You can preview this netbeans plugin here Cobertura Support for Maven Projects in NetBeans IDE