Quilt
Quilt is a Java software development tool that measures coverage , the extent to which unit testing exercises the software under test. It is optimized for use with the JUnit unit test package, the Ant Java build facility, and the Maven project management toolkit.
License Apache Software License
HomePage http://quilt.sourceforge.net/
GroboCodeCoverage
GroboCodeCoverage is a 100% Pure Java implementation of a Code Coverage tool. It uses Jakarta’s BCEL platform to post-compile class files to add logging statements for tracking coverage.
License MIT License
HomePage http://groboutils.sourceforge.net/codecoverage/index.html
Cobertura
Cobertura is a free Java tool that calculates the percentage of code accessed by tests. It can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
License GNU General Public License (GPL)
HomePage http://cobertura.sourceforge.net/

0 Comments.